Html Css Color HEX #1EAFAA Light Sea Green

📋 copy color: '#1EAFAA'

red 30 ◦ green 175 ◦ blue 170

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

Shades of Light Sea Green #1EAFAA

Tints of Light Sea Green #1EAFAA

RGB

 RED value IS 30 (12.11% from 255) = 8%

 GREEN value IS 175 (68.75% from 255) = 46.67%

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

R = 8%
G = 46.67%
B = 45.33%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#1EAFAA (or 0x1EAFAA) is known color: Light Sea Green. HEX triplet: 1E, AF and AA. RGB value is (30,175,170). Sum of RGB (Red+Green+Blue) = 30+175+170=375 (49% of max value = 765). Red value is 30 (12.11% from 255 or 8% from 375); Green value is 175 (68.75% from 255 or 46.67% from 375); Blue value is 170 (66.80% from 255 or 45.33% from 375); Max value from RGB is 175 - color contains mainly: green. Hex color #1EAFAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EAFAA is #E15055. Grayscale: #828282. Windows color (decimal): -14766166 or 11185950. OLE color: 11185950.

HSL color Cylindrical-coordinate representation of color #1EAFAA: hue angle of 177.93º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1EAFAA is Cyan = 0.83, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB 30 175 170 -
CMYK 0.83 0 0.03 0.31
HSL 177.93º 0.71% 0.4% -
HSV(B) 177.93º 0.83% 0.69% -
XYZ 23.12 33.84 43.34 -
YUV 131.08 149.96 55.91 -
System Red Green Blue C M Y K H S L
Decimal 30 175 170 0.83 0 0.03 0.31 177.93 0.71 0.4
Hex 1E AF AA 53 0 3 1F B2 47 28
Octal 36 257 252 123 0 3 37 262 107 50
Binary 11110 10101111 10101010 1010011 0 11 11111 10110010 1000111 101000

Color Harmonies of #1EAFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EAFAA

Black with #1EAFAA

Text Example


Text Example

White with #1EAFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1EAFAA; }

 p { color: rgb(30,175,170); }

 H1.HeaderClassName
 {
   color: #1EAFAA;
 }
 .AnyTagClassName
 {
   color: #1EAFAA;
 }
</style>

background-color css

<style>
 a { background-color: #1EAFAA; }

 a { background-color: rgb(30,175,170); }

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

border-color css

<style>
 span { border-color: #1EAFAA; }

 span { border-color: rgb(30,175,170); }

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