Html Css Color HEX #1DCABB Light Sea Green

📋 copy color: '#1DCABB'

red 29 ◦ green 202 ◦ blue 187

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

Shades of Light Sea Green #1DCABB

Tints of Light Sea Green #1DCABB

RGB

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

 GREEN value IS 202 (79.3% from 255) = 48.33%

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

R = 6.94%
G = 48.33%
B = 44.74%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#1DCABB (or 0x1DCABB) is known color: Light Sea Green. HEX triplet: 1D, CA and BB. RGB value is (29,202,187). Sum of RGB (Red+Green+Blue) = 29+202+187=418 (55% of max value = 765). Red value is 29 (11.72% from 255 or 6.94% from 418); Green value is 202 (79.30% from 255 or 48.33% from 418); Blue value is 187 (73.44% from 255 or 44.74% from 418); Max value from RGB is 202 - color contains mainly: green. Hex color #1DCABB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DCABB is #E23544. Grayscale: #949494. Windows color (decimal): -14824773 or 12306973. OLE color: 12306973.

HSL color Cylindrical-coordinate representation of color #1DCABB: hue angle of 174.8º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DCABB is Cyan = 0.86, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB 29 202 187 -
CMYK 0.86 0 0.07 0.21
HSL 174.8º 0.75% 0.45% -
HSV(B) 174.8º 0.86% 0.79% -
XYZ 30.6 46.09 54.3 -
YUV 148.56 149.69 42.72 -
System Red Green Blue C M Y K H S L
Decimal 29 202 187 0.86 0 0.07 0.21 174.8 0.75 0.45
Hex 1D CA BB 56 0 7 15 AF 4B 2D
Octal 35 312 273 126 0 7 25 257 113 55
Binary 11101 11001010 10111011 1010110 0 111 10101 10101111 1001011 101101

Color Harmonies of #1DCABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DCABB

Black with #1DCABB

Text Example


Text Example

White with #1DCABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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