Html Css Color HEX #1EB5C2 Light Sea Green

📋 copy color: '#1EB5C2'

red 30 ◦ green 181 ◦ blue 194

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

Shades of Light Sea Green #1EB5C2

Tints of Light Sea Green #1EB5C2

RGB

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

 GREEN value IS 181 (71.09% from 255) = 44.69%

 BLUE value IS 194 (76.17% from 255) = 47.9%

R = 7.41%
G = 44.69%
B = 47.9%

CMYK

 C value IS 0.85

 M value IS 0.07

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#1EB5C2 (or 0x1EB5C2) is known color: Light Sea Green. HEX triplet: 1E, B5 and C2. RGB value is (30,181,194). Sum of RGB (Red+Green+Blue) = 30+181+194=405 (53% of max value = 765). Red value is 30 (12.11% from 255 or 7.41% from 405); Green value is 181 (71.09% from 255 or 44.69% from 405); Blue value is 194 (76.17% from 255 or 47.90% from 405); Max value from RGB is 194 - color contains mainly: blue. Hex color #1EB5C2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EB5C2 is #E14A3D. Grayscale: #898989. Windows color (decimal): -14764606 or 12760350. OLE color: 12760350.

HSL color Cylindrical-coordinate representation of color #1EB5C2: hue angle of 184.76º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1EB5C2 is Cyan = 0.85, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 30 181 194 -
CMYK 0.85 0.07 0 0.24
HSL 184.76º 0.73% 0.44% -
HSV(B) 184.76º 0.85% 0.76% -
XYZ 26.8 37.22 56.81 -
YUV 137.33 159.97 51.44 -
System Red Green Blue C M Y K H S L
Decimal 30 181 194 0.85 0.07 0 0.24 184.76 0.73 0.44
Hex 1E B5 C2 55 7 0 18 B9 49 2C
Octal 36 265 302 125 7 0 30 271 111 54
Binary 11110 10110101 11000010 1010101 111 0 11000 10111001 1001001 101100

Color Harmonies of #1EB5C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EB5C2

Black with #1EB5C2

Text Example


Text Example

White with #1EB5C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,181,194); }

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

background-color css

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

 a { background-color: rgb(30,181,194); }

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

border-color css

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

 span { border-color: rgb(30,181,194); }

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