Html Css Color HEX #30BCA3 Light Sea Green

📋 copy color: '#30BCA3'

red 48 ◦ green 188 ◦ blue 163

#30BCA3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Sea Green #30BCA3

Tints of Light Sea Green #30BCA3

RGB

 RED value IS 48 (19.14% from 255) = 12.03%

 GREEN value IS 188 (73.83% from 255) = 47.12%

 BLUE value IS 163 (64.06% from 255) = 40.85%

R = 12.03%
G = 47.12%
B = 40.85%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.13

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#30BCA3 (or 0x30BCA3) is known color: Light Sea Green. HEX triplet: 30, BC and A3. RGB value is (48,188,163). Sum of RGB (Red+Green+Blue) = 48+188+163=399 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.03% from 399); Green value is 188 (73.83% from 255 or 47.12% from 399); Blue value is 163 (64.06% from 255 or 40.85% from 399); Max value from RGB is 188 - color contains mainly: green. Hex color #30BCA3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30BCA3 is #CF435C. Grayscale: #8F8F8F. Windows color (decimal): -13583197 or 10730544. OLE color: 10730544.

HSL color Cylindrical-coordinate representation of color #30BCA3: hue angle of 169.29º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30BCA3 is Cyan = 0.74, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.

Color convert

RGB 48 188 163 -
CMYK 0.74 0 0.13 0.26
HSL 169.29º 0.59% 0.46% -
HSV(B) 169.29º 0.74% 0.74% -
XYZ 25.81 39.24 40.86 -
YUV 143.29 139.12 60.03 -
System Red Green Blue C M Y K H S L
Decimal 48 188 163 0.74 0 0.13 0.26 169.29 0.59 0.46
Hex 30 BC A3 4A 0 D 1A A9 3B 2E
Octal 60 274 243 112 0 15 32 251 73 56
Binary 110000 10111100 10100011 1001010 0 1101 11010 10101001 111011 101110

Color Harmonies of #30BCA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BCA3

Black with #30BCA3

Text Example


Text Example

White with #30BCA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30BCA3; }

 p { color: rgb(48,188,163); }

 H1.HeaderClassName
 {
   color: #30BCA3;
 }
 .AnyTagClassName
 {
   color: #30BCA3;
 }
</style>

background-color css

<style>
 a { background-color: #30BCA3; }

 a { background-color: rgb(48,188,163); }

 div.DivClassName
 {
   background-color: #30BCA3;
 }
 .BgClassName
 {
   background-color: #30BCA3;
 }
</style>

border-color css

<style>
 span { border-color: #30BCA3; }

 span { border-color: rgb(48,188,163); }

 td.TdClassName
 {
   border-color: #30BCA3;
 }
 .TagClassName
 {
   border-color: #30BCA3;
 }
</style>