Html Css Color HEX #1EBDBE Light Sea Green

📋 copy color: '#1EBDBE'

red 30 ◦ green 189 ◦ blue 190

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

Shades of Light Sea Green #1EBDBE

Tints of Light Sea Green #1EBDBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 46.45%

R = 7.33%
G = 46.21%
B = 46.45%

CMYK

 C value IS 0.84

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1EBDBE (or 0x1EBDBE) is known color: Light Sea Green. HEX triplet: 1E, BD and BE. RGB value is (30,189,190). Sum of RGB (Red+Green+Blue) = 30+189+190=409 (54% of max value = 765). Red value is 30 (12.11% from 255 or 7.33% from 409); Green value is 189 (74.22% from 255 or 46.21% from 409); Blue value is 190 (74.61% from 255 or 46.45% from 409); Max value from RGB is 190 - color contains mainly: blue. Hex color #1EBDBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EBDBE is #E14241. Grayscale: #8D8D8D. Windows color (decimal): -14762562 or 12500254. OLE color: 12500254.

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

Color convert

RGB 30 189 190 -
CMYK 0.84 0.01 0 0.25
HSL 180.38º 0.73% 0.43% -
HSV(B) 180.38º 0.84% 0.75% -
XYZ 28.03 40.39 55.03 -
YUV 141.57 155.32 48.42 -
System Red Green Blue C M Y K H S L
Decimal 30 189 190 0.84 0.01 0 0.25 180.38 0.73 0.43
Hex 1E BD BE 54 1 0 19 B4 49 2B
Octal 36 275 276 124 1 0 31 264 111 53
Binary 11110 10111101 10111110 1010100 1 0 11001 10110100 1001001 101011

Color Harmonies of #1EBDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EBDBE

Black with #1EBDBE

Text Example


Text Example

White with #1EBDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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