Html Css Color HEX #1DC0BB Light Sea Green

📋 copy color: '#1DC0BB'

red 29 ◦ green 192 ◦ blue 187

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

Shades of Light Sea Green #1DC0BB

Tints of Light Sea Green #1DC0BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 45.83%

R = 7.11%
G = 47.06%
B = 45.83%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#1DC0BB (or 0x1DC0BB) is known color: Light Sea Green. HEX triplet: 1D, C0 and BB. RGB value is (29,192,187). Sum of RGB (Red+Green+Blue) = 29+192+187=408 (54% of max value = 765). Red value is 29 (11.72% from 255 or 7.11% from 408); Green value is 192 (75.39% from 255 or 47.06% from 408); Blue value is 187 (73.44% from 255 or 45.83% from 408); Max value from RGB is 192 - color contains mainly: green. Hex color #1DC0BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DC0BB is #E23F44. Grayscale: #8E8E8E. Windows color (decimal): -14827333 or 12304413. OLE color: 12304413.

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

Color convert

RGB 29 192 187 -
CMYK 0.85 0 0.03 0.25
HSL 178.16º 0.74% 0.43% -
HSV(B) 178.16º 0.85% 0.75% -
XYZ 28.33 41.55 53.54 -
YUV 142.69 153 46.91 -
System Red Green Blue C M Y K H S L
Decimal 29 192 187 0.85 0 0.03 0.25 178.16 0.74 0.43
Hex 1D C0 BB 55 0 3 19 B2 4A 2B
Octal 35 300 273 125 0 3 31 262 112 53
Binary 11101 11000000 10111011 1010101 0 11 11001 10110010 1001010 101011

Color Harmonies of #1DC0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DC0BB

Black with #1DC0BB

Text Example


Text Example

White with #1DC0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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