Html Css Color HEX #1EBDAF Light Sea Green

📋 copy color: '#1EBDAF'

red 30 ◦ green 189 ◦ blue 175

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

Shades of Light Sea Green #1EBDAF

Tints of Light Sea Green #1EBDAF

RGB

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

 GREEN value IS 189 (74.22% from 255) = 47.97%

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

R = 7.61%
G = 47.97%
B = 44.42%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#1EBDAF (or 0x1EBDAF) is known color: Light Sea Green. HEX triplet: 1E, BD and AF. RGB value is (30,189,175). Sum of RGB (Red+Green+Blue) = 30+189+175=394 (52% of max value = 765). Red value is 30 (12.11% from 255 or 7.61% from 394); Green value is 189 (74.22% from 255 or 47.97% from 394); Blue value is 175 (68.75% from 255 or 44.42% from 394); Max value from RGB is 189 - color contains mainly: green. Hex color #1EBDAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EBDAF is #E14250. Grayscale: #8B8B8B. Windows color (decimal): -14762577 or 11517214. OLE color: 11517214.

HSL color Cylindrical-coordinate representation of color #1EBDAF: hue angle of 174.72º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EBDAF is Cyan = 0.84, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB 30 189 175 -
CMYK 0.84 0 0.07 0.26
HSL 174.72º 0.73% 0.43% -
HSV(B) 174.72º 0.84% 0.74% -
XYZ 26.47 39.77 46.84 -
YUV 139.86 147.82 49.64 -
System Red Green Blue C M Y K H S L
Decimal 30 189 175 0.84 0 0.07 0.26 174.72 0.73 0.43
Hex 1E BD AF 54 0 7 1A AF 49 2B
Octal 36 275 257 124 0 7 32 257 111 53
Binary 11110 10111101 10101111 1010100 0 111 11010 10101111 1001001 101011

Color Harmonies of #1EBDAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EBDAF

Black with #1EBDAF

Text Example


Text Example

White with #1EBDAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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