Html Css Color HEX #30BFAA Light Sea Green

📋 copy color: '#30BFAA'

red 48 ◦ green 191 ◦ blue 170

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

Shades of Light Sea Green #30BFAA

Tints of Light Sea Green #30BFAA

RGB

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

 GREEN value IS 191 (75% from 255) = 46.7%

 BLUE value IS 170 (66.8% from 255) = 41.56%

R = 11.74%
G = 46.7%
B = 41.56%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#30BFAA (or 0x30BFAA) is known color: Light Sea Green. HEX triplet: 30, BF and AA. RGB value is (48,191,170). Sum of RGB (Red+Green+Blue) = 48+191+170=409 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.74% from 409); Green value is 191 (75% from 255 or 46.70% from 409); Blue value is 170 (66.80% from 255 or 41.56% from 409); Max value from RGB is 191 - color contains mainly: green. Hex color #30BFAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30BFAA is #CF4055. Grayscale: #919191. Windows color (decimal): -13582422 or 11190064. OLE color: 11190064.

HSL color Cylindrical-coordinate representation of color #30BFAA: hue angle of 171.19º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #30BFAA is Cyan = 0.75, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 48 191 170 -
CMYK 0.75 0 0.11 0.25
HSL 171.19º 0.6% 0.47% -
HSV(B) 171.19º 0.75% 0.75% -
XYZ 27.11 40.79 44.48 -
YUV 145.85 141.62 58.21 -
System Red Green Blue C M Y K H S L
Decimal 48 191 170 0.75 0 0.11 0.25 171.19 0.6 0.47
Hex 30 BF AA 4B 0 B 19 AB 3C 2F
Octal 60 277 252 113 0 13 31 253 74 57
Binary 110000 10111111 10101010 1001011 0 1011 11001 10101011 111100 101111

Color Harmonies of #30BFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BFAA

Black with #30BFAA

Text Example


Text Example

White with #30BFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,191,170); }

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

background-color css

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

 a { background-color: rgb(48,191,170); }

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

border-color css

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

 span { border-color: rgb(48,191,170); }

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