Html Css Color HEX #1EAFAB Light Sea Green

📋 copy color: '#1EAFAB'

red 30 ◦ green 175 ◦ blue 171

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

Shades of Light Sea Green #1EAFAB

Tints of Light Sea Green #1EAFAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 45.48%

R = 7.98%
G = 46.54%
B = 45.48%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#1EAFAB (or 0x1EAFAB) is known color: Light Sea Green. HEX triplet: 1E, AF and AB. RGB value is (30,175,171). Sum of RGB (Red+Green+Blue) = 30+175+171=376 (49% of max value = 765). Red value is 30 (12.11% from 255 or 7.98% from 376); Green value is 175 (68.75% from 255 or 46.54% from 376); Blue value is 171 (67.19% from 255 or 45.48% from 376); Max value from RGB is 175 - color contains mainly: green. Hex color #1EAFAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EAFAB is #E15054. Grayscale: #838383. Windows color (decimal): -14766165 or 11251486. OLE color: 11251486.

HSL color Cylindrical-coordinate representation of color #1EAFAB: hue angle of 178.34º 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 #1EAFAB is Cyan = 0.83, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 30 175 171 -
CMYK 0.83 0 0.02 0.31
HSL 178.34º 0.71% 0.4% -
HSV(B) 178.34º 0.83% 0.69% -
XYZ 23.22 33.88 43.84 -
YUV 131.19 150.46 55.83 -
System Red Green Blue C M Y K H S L
Decimal 30 175 171 0.83 0 0.02 0.31 178.34 0.71 0.4
Hex 1E AF AB 53 0 2 1F B2 47 28
Octal 36 257 253 123 0 2 37 262 107 50
Binary 11110 10101111 10101011 1010011 0 10 11111 10110010 1000111 101000

Color Harmonies of #1EAFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EAFAB

Black with #1EAFAB

Text Example


Text Example

White with #1EAFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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