Html Css Color HEX #1EBDBD Light Sea Green

📋 copy color: '#1EBDBD'

red 30 ◦ green 189 ◦ blue 189

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

Shades of Light Sea Green #1EBDBD

Tints of Light Sea Green #1EBDBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 46.32%

R = 7.35%
G = 46.32%
B = 46.32%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1EBDBD (or 0x1EBDBD) is known color: Light Sea Green. HEX triplet: 1E, BD and BD. RGB value is (30,189,189). Sum of RGB (Red+Green+Blue) = 30+189+189=408 (54% of max value = 765). Red value is 30 (12.11% from 255 or 7.35% from 408); Green value is 189 (74.22% from 255 or 46.32% from 408); Blue value is 189 (74.22% from 255 or 46.32% from 408); Max value from RGB is 189 - color contains mainly: green, blue. Hex color #1EBDBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EBDBD is #E14242. Grayscale: #8D8D8D. Windows color (decimal): -14762563 or 12434718. OLE color: 12434718.

HSL color Cylindrical-coordinate representation of color #1EBDBD: hue angle of 180º 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 #1EBDBD is Cyan = 0.84, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 30 189 189 -
CMYK 0.84 0 0 0.26
HSL 180º 0.73% 0.43% -
HSV(B) 180º 0.84% 0.74% -
XYZ 27.92 40.35 54.46 -
YUV 141.46 154.82 48.5 -
System Red Green Blue C M Y K H S L
Decimal 30 189 189 0.84 0 0 0.26 180 0.73 0.43
Hex 1E BD BD 54 0 0 1A B4 49 2B
Octal 36 275 275 124 0 0 32 264 111 53
Binary 11110 10111101 10111101 1010100 0 0 11010 10110100 1001001 101011

Color Harmonies of #1EBDBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EBDBD

Black with #1EBDBD

Text Example


Text Example

White with #1EBDBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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