Html Css Color HEX #1DB6BE Light Sea Green

📋 copy color: '#1DB6BE'

red 29 ◦ green 182 ◦ blue 190

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

Shades of Light Sea Green #1DB6BE

Tints of Light Sea Green #1DB6BE

RGB

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

 GREEN value IS 182 (71.48% from 255) = 45.39%

 BLUE value IS 190 (74.61% from 255) = 47.38%

R = 7.23%
G = 45.39%
B = 47.38%

CMYK

 C value IS 0.85

 M value IS 0.04

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1DB6BE (or 0x1DB6BE) is known color: Light Sea Green. HEX triplet: 1D, B6 and BE. RGB value is (29,182,190). Sum of RGB (Red+Green+Blue) = 29+182+190=401 (53% of max value = 765). Red value is 29 (11.72% from 255 or 7.23% from 401); Green value is 182 (71.48% from 255 or 45.39% from 401); Blue value is 190 (74.61% from 255 or 47.38% from 401); Max value from RGB is 190 - color contains mainly: blue. Hex color #1DB6BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DB6BE is #E24941. Grayscale: #888888. Windows color (decimal): -14829890 or 12498461. OLE color: 12498461.

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

Color convert

RGB 29 182 190 -
CMYK 0.85 0.04 0 0.25
HSL 182.98º 0.74% 0.43% -
HSV(B) 182.98º 0.85% 0.75% -
XYZ 26.53 37.43 54.54 -
YUV 137.17 157.81 50.85 -
System Red Green Blue C M Y K H S L
Decimal 29 182 190 0.85 0.04 0 0.25 182.98 0.74 0.43
Hex 1D B6 BE 55 4 0 19 B7 4A 2B
Octal 35 266 276 125 4 0 31 267 112 53
Binary 11101 10110110 10111110 1010101 100 0 11001 10110111 1001010 101011

Color Harmonies of #1DB6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DB6BE

Black with #1DB6BE

Text Example


Text Example

White with #1DB6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,182,190); }

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

background-color css

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

 a { background-color: rgb(29,182,190); }

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

border-color css

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

 span { border-color: rgb(29,182,190); }

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