Html Css Color HEX #1EBDC3 Light Sea Green

📋 copy color: '#1EBDC3'

red 30 ◦ green 189 ◦ blue 195

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

Shades of Light Sea Green #1EBDC3

Tints of Light Sea Green #1EBDC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 47.1%

R = 7.25%
G = 45.65%
B = 47.1%

CMYK

 C value IS 0.85

 M value IS 0.03

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#1EBDC3 (or 0x1EBDC3) is known color: Light Sea Green. HEX triplet: 1E, BD and C3. RGB value is (30,189,195). Sum of RGB (Red+Green+Blue) = 30+189+195=414 (54% of max value = 765). Red value is 30 (12.11% from 255 or 7.25% from 414); Green value is 189 (74.22% from 255 or 45.65% from 414); Blue value is 195 (76.56% from 255 or 47.10% from 414); Max value from RGB is 195 - color contains mainly: blue. Hex color #1EBDC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EBDC3 is #E1423C. Grayscale: #8D8D8D. Windows color (decimal): -14762557 or 12827934. OLE color: 12827934.

HSL color Cylindrical-coordinate representation of color #1EBDC3: hue angle of 182.18º 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 #1EBDC3 is Cyan = 0.85, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 30 189 195 -
CMYK 0.85 0.03 0 0.24
HSL 182.18º 0.73% 0.44% -
HSV(B) 182.18º 0.85% 0.76% -
XYZ 28.58 40.61 57.96 -
YUV 142.14 157.82 48.01 -
System Red Green Blue C M Y K H S L
Decimal 30 189 195 0.85 0.03 0 0.24 182.18 0.73 0.44
Hex 1E BD C3 55 3 0 18 B6 49 2C
Octal 36 275 303 125 3 0 30 266 111 54
Binary 11110 10111101 11000011 1010101 11 0 11000 10110110 1001001 101100

Color Harmonies of #1EBDC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EBDC3

Black with #1EBDC3

Text Example


Text Example

White with #1EBDC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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