Html Css Color HEX #1DCABD Light Sea Green

📋 copy color: '#1DCABD'

red 29 ◦ green 202 ◦ blue 189

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

Shades of Light Sea Green #1DCABD

Tints of Light Sea Green #1DCABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 45%

R = 6.9%
G = 48.1%
B = 45%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#1DCABD (or 0x1DCABD) is known color: Light Sea Green. HEX triplet: 1D, CA and BD. RGB value is (29,202,189). Sum of RGB (Red+Green+Blue) = 29+202+189=420 (55% of max value = 765). Red value is 29 (11.72% from 255 or 6.90% from 420); Green value is 202 (79.30% from 255 or 48.10% from 420); Blue value is 189 (74.22% from 255 or 45% from 420); Max value from RGB is 202 - color contains mainly: green. Hex color #1DCABD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DCABD is #E23542. Grayscale: #949494. Windows color (decimal): -14824771 or 12438045. OLE color: 12438045.

HSL color Cylindrical-coordinate representation of color #1DCABD: hue angle of 175.49º 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 #1DCABD is Cyan = 0.86, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB 29 202 189 -
CMYK 0.86 0 0.06 0.21
HSL 175.49º 0.75% 0.45% -
HSV(B) 175.49º 0.86% 0.79% -
XYZ 30.81 46.18 55.43 -
YUV 148.79 150.69 42.56 -
System Red Green Blue C M Y K H S L
Decimal 29 202 189 0.86 0 0.06 0.21 175.49 0.75 0.45
Hex 1D CA BD 56 0 6 15 AF 4B 2D
Octal 35 312 275 126 0 6 25 257 113 55
Binary 11101 11001010 10111101 1010110 0 110 10101 10101111 1001011 101101

Color Harmonies of #1DCABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DCABD

Black with #1DCABD

Text Example


Text Example

White with #1DCABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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