Html Css Color HEX #1DCBBA Light Sea Green

📋 copy color: '#1DCBBA'

red 29 ◦ green 203 ◦ blue 186

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

Shades of Light Sea Green #1DCBBA

Tints of Light Sea Green #1DCBBA

RGB

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

 GREEN value IS 203 (79.69% from 255) = 48.56%

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

R = 6.94%
G = 48.56%
B = 44.5%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#1DCBBA (or 0x1DCBBA) is known color: Light Sea Green. HEX triplet: 1D, CB and BA. RGB value is (29,203,186). Sum of RGB (Red+Green+Blue) = 29+203+186=418 (55% of max value = 765). Red value is 29 (11.72% from 255 or 6.94% from 418); Green value is 203 (79.69% from 255 or 48.56% from 418); Blue value is 186 (73.05% from 255 or 44.50% from 418); Max value from RGB is 203 - color contains mainly: green. Hex color #1DCBBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DCBBA is #E23445. Grayscale: #949494. Windows color (decimal): -14824518 or 12241693. OLE color: 12241693.

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

Color convert

RGB 29 203 186 -
CMYK 0.86 0 0.08 0.20
HSL 174.14º 0.75% 0.45% -
HSV(B) 174.14º 0.86% 0.8% -
XYZ 30.73 46.52 53.81 -
YUV 149.04 148.85 42.38 -
System Red Green Blue C M Y K H S L
Decimal 29 203 186 0.86 0 0.08 0.20 174.14 0.75 0.45
Hex 1D CB BA 56 0 8 14 AE 4B 2D
Octal 35 313 272 126 0 10 24 256 113 55
Binary 11101 11001011 10111010 1010110 0 1000 10100 10101110 1001011 101101

Color Harmonies of #1DCBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DCBBA

Black with #1DCBBA

Text Example


Text Example

White with #1DCBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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