Html Css Color HEX #30BFAF Light Sea Green

📋 copy color: '#30BFAF'

red 48 ◦ green 191 ◦ blue 175

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

Shades of Light Sea Green #30BFAF

Tints of Light Sea Green #30BFAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 42.27%

R = 11.59%
G = 46.14%
B = 42.27%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#30BFAF (or 0x30BFAF) is known color: Light Sea Green. HEX triplet: 30, BF and AF. RGB value is (48,191,175). Sum of RGB (Red+Green+Blue) = 48+191+175=414 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.59% from 414); Green value is 191 (75% from 255 or 46.14% from 414); Blue value is 175 (68.75% from 255 or 42.27% from 414); Max value from RGB is 191 - color contains mainly: green. Hex color #30BFAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30BFAF is #CF4050. Grayscale: #929292. Windows color (decimal): -13582417 or 11517744. OLE color: 11517744.

HSL color Cylindrical-coordinate representation of color #30BFAF: hue angle of 173.29º 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 #30BFAF is Cyan = 0.75, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB 48 191 175 -
CMYK 0.75 0 0.08 0.25
HSL 173.29º 0.6% 0.47% -
HSV(B) 173.29º 0.75% 0.75% -
XYZ 27.59 40.99 47.01 -
YUV 146.42 144.12 57.8 -
System Red Green Blue C M Y K H S L
Decimal 48 191 175 0.75 0 0.08 0.25 173.29 0.6 0.47
Hex 30 BF AF 4B 0 8 19 AD 3C 2F
Octal 60 277 257 113 0 10 31 255 74 57
Binary 110000 10111111 10101111 1001011 0 1000 11001 10101101 111100 101111

Color Harmonies of #30BFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BFAF

Black with #30BFAF

Text Example


Text Example

White with #30BFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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