Html Css Color HEX #30BFAE Light Sea Green

📋 copy color: '#30BFAE'

red 48 ◦ green 191 ◦ blue 174

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

Shades of Light Sea Green #30BFAE

Tints of Light Sea Green #30BFAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 42.13%

R = 11.62%
G = 46.25%
B = 42.13%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#30BFAE (or 0x30BFAE) is known color: Light Sea Green. HEX triplet: 30, BF and AE. RGB value is (48,191,174). Sum of RGB (Red+Green+Blue) = 48+191+174=413 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.62% from 413); Green value is 191 (75% from 255 or 46.25% from 413); Blue value is 174 (68.36% from 255 or 42.13% from 413); Max value from RGB is 191 - color contains mainly: green. Hex color #30BFAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30BFAE is #CF4051. Grayscale: #929292. Windows color (decimal): -13582418 or 11452208. OLE color: 11452208.

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

Color convert

RGB 48 191 174 -
CMYK 0.75 0 0.09 0.25
HSL 172.87º 0.6% 0.47% -
HSV(B) 172.87º 0.75% 0.75% -
XYZ 27.49 40.95 46.5 -
YUV 146.31 143.62 57.88 -
System Red Green Blue C M Y K H S L
Decimal 48 191 174 0.75 0 0.09 0.25 172.87 0.6 0.47
Hex 30 BF AE 4B 0 9 19 AD 3C 2F
Octal 60 277 256 113 0 11 31 255 74 57
Binary 110000 10111111 10101110 1001011 0 1001 11001 10101101 111100 101111

Color Harmonies of #30BFAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BFAE

Black with #30BFAE

Text Example


Text Example

White with #30BFAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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