Html Css Color HEX #1DB5B6 Light Sea Green

📋 copy color: '#1DB5B6'

red 29 ◦ green 181 ◦ blue 182

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

Shades of Light Sea Green #1DB5B6

Tints of Light Sea Green #1DB5B6

RGB

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

 GREEN value IS 181 (71.09% from 255) = 46.17%

 BLUE value IS 182 (71.48% from 255) = 46.43%

R = 7.4%
G = 46.17%
B = 46.43%

CMYK

 C value IS 0.84

 M value IS 0.01

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#1DB5B6 (or 0x1DB5B6) is known color: Light Sea Green. HEX triplet: 1D, B5 and B6. RGB value is (29,181,182). Sum of RGB (Red+Green+Blue) = 29+181+182=392 (51% of max value = 765). Red value is 29 (11.72% from 255 or 7.40% from 392); Green value is 181 (71.09% from 255 or 46.17% from 392); Blue value is 182 (71.48% from 255 or 46.43% from 392); Max value from RGB is 182 - color contains mainly: blue. Hex color #1DB5B6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DB5B6 is #E24A49. Grayscale: #878787. Windows color (decimal): -14830154 or 11973917. OLE color: 11973917.

HSL color Cylindrical-coordinate representation of color #1DB5B6: hue angle of 180.39º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DB5B6 is Cyan = 0.84, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 29 181 182 -
CMYK 0.84 0.01 0 0.29
HSL 180.39º 0.73% 0.41% -
HSV(B) 180.39º 0.84% 0.71% -
XYZ 25.47 36.69 49.99 -
YUV 135.67 154.14 51.92 -
System Red Green Blue C M Y K H S L
Decimal 29 181 182 0.84 0.01 0 0.29 180.39 0.73 0.41
Hex 1D B5 B6 54 1 0 1D B4 49 29
Octal 35 265 266 124 1 0 35 264 111 51
Binary 11101 10110101 10110110 1010100 1 0 11101 10110100 1001001 101001

Color Harmonies of #1DB5B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DB5B6

Black with #1DB5B6

Text Example


Text Example

White with #1DB5B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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