Html Css Color HEX #1DC0BA Light Sea Green

📋 copy color: '#1DC0BA'

red 29 ◦ green 192 ◦ blue 186

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

Shades of Light Sea Green #1DC0BA

Tints of Light Sea Green #1DC0BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.7%

R = 7.13%
G = 47.17%
B = 45.7%

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

#1DC0BA (or 0x1DC0BA) is known color: Light Sea Green. HEX triplet: 1D, C0 and BA. RGB value is (29,192,186). Sum of RGB (Red+Green+Blue) = 29+192+186=407 (53% of max value = 765). Red value is 29 (11.72% from 255 or 7.13% from 407); Green value is 192 (75.39% from 255 or 47.17% from 407); Blue value is 186 (73.05% from 255 or 45.70% from 407); Max value from RGB is 192 - color contains mainly: green. Hex color #1DC0BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DC0BA is #E23F45. Grayscale: #8E8E8E. Windows color (decimal): -14827334 or 12238877. OLE color: 12238877.

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

Color convert

RGB 29 192 186 -
CMYK 0.85 0 0.03 0.25
HSL 177.79º 0.74% 0.43% -
HSV(B) 177.79º 0.85% 0.75% -
XYZ 28.22 41.51 52.98 -
YUV 142.58 152.5 46.99 -
System Red Green Blue C M Y K H S L
Decimal 29 192 186 0.85 0 0.03 0.25 177.79 0.74 0.43
Hex 1D C0 BA 55 0 3 19 B2 4A 2B
Octal 35 300 272 125 0 3 31 262 112 53
Binary 11101 11000000 10111010 1010101 0 11 11001 10110010 1001010 101011

Color Harmonies of #1DC0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DC0BA

Black with #1DC0BA

Text Example


Text Example

White with #1DC0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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