Html Css Color HEX #1DCABF Light Sea Green

📋 copy color: '#1DCABF'

red 29 ◦ green 202 ◦ blue 191

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

Shades of Light Sea Green #1DCABF

Tints of Light Sea Green #1DCABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 45.26%

R = 6.87%
G = 47.87%
B = 45.26%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#1DCABF (or 0x1DCABF) is known color: Light Sea Green. HEX triplet: 1D, CA and BF. RGB value is (29,202,191). Sum of RGB (Red+Green+Blue) = 29+202+191=422 (55% of max value = 765). Red value is 29 (11.72% from 255 or 6.87% from 422); Green value is 202 (79.30% from 255 or 47.87% from 422); Blue value is 191 (75% from 255 or 45.26% from 422); Max value from RGB is 202 - color contains mainly: green. Hex color #1DCABF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DCABF is #E23540. Grayscale: #949494. Windows color (decimal): -14824769 or 12569117. OLE color: 12569117.

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

Color convert

RGB 29 202 191 -
CMYK 0.86 0 0.05 0.21
HSL 176.19º 0.75% 0.45% -
HSV(B) 176.19º 0.86% 0.79% -
XYZ 31.03 46.26 56.58 -
YUV 149.02 151.69 42.39 -
System Red Green Blue C M Y K H S L
Decimal 29 202 191 0.86 0 0.05 0.21 176.19 0.75 0.45
Hex 1D CA BF 56 0 5 15 B0 4B 2D
Octal 35 312 277 126 0 5 25 260 113 55
Binary 11101 11001010 10111111 1010110 0 101 10101 10110000 1001011 101101

Color Harmonies of #1DCABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DCABF

Black with #1DCABF

Text Example


Text Example

White with #1DCABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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