Html Css Color HEX #1DC0BE Light Sea Green

📋 copy color: '#1DC0BE'

red 29 ◦ green 192 ◦ blue 190

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

Shades of Light Sea Green #1DC0BE

Tints of Light Sea Green #1DC0BE

RGB

 RED value IS 29 (11.72% from 255) = 7.06%

 GREEN value IS 192 (75.39% from 255) = 46.72%

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

R = 7.06%
G = 46.72%
B = 46.23%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#1DC0BE (or 0x1DC0BE) is known color: Light Sea Green. HEX triplet: 1D, C0 and BE. RGB value is (29,192,190). Sum of RGB (Red+Green+Blue) = 29+192+190=411 (54% of max value = 765). Red value is 29 (11.72% from 255 or 7.06% from 411); Green value is 192 (75.39% from 255 or 46.72% from 411); Blue value is 190 (74.61% from 255 or 46.23% from 411); Max value from RGB is 192 - color contains mainly: green. Hex color #1DC0BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DC0BE is #E23F41. Grayscale: #8E8E8E. Windows color (decimal): -14827330 or 12501021. OLE color: 12501021.

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

Color convert

RGB 29 192 190 -
CMYK 0.85 0 0.01 0.25
HSL 179.26º 0.74% 0.43% -
HSV(B) 179.26º 0.85% 0.75% -
XYZ 28.65 41.68 55.25 -
YUV 143.04 154.5 46.66 -
System Red Green Blue C M Y K H S L
Decimal 29 192 190 0.85 0 0.01 0.25 179.26 0.74 0.43
Hex 1D C0 BE 55 0 1 19 B3 4A 2B
Octal 35 300 276 125 0 1 31 263 112 53
Binary 11101 11000000 10111110 1010101 0 1 11001 10110011 1001010 101011

Color Harmonies of #1DC0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DC0BE

Black with #1DC0BE

Text Example


Text Example

White with #1DC0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,192,190); }

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

background-color css

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

 a { background-color: rgb(29,192,190); }

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

border-color css

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

 span { border-color: rgb(29,192,190); }

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