Html Css Color HEX #1DB5C0 Light Sea Green

📋 copy color: '#1DB5C0'

red 29 ◦ green 181 ◦ blue 192

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

Shades of Light Sea Green #1DB5C0

Tints of Light Sea Green #1DB5C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 47.76%

R = 7.21%
G = 45.02%
B = 47.76%

CMYK

 C value IS 0.85

 M value IS 0.06

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1DB5C0 (or 0x1DB5C0) is known color: Light Sea Green. HEX triplet: 1D, B5 and C0. RGB value is (29,181,192). Sum of RGB (Red+Green+Blue) = 29+181+192=402 (53% of max value = 765). Red value is 29 (11.72% from 255 or 7.21% from 402); Green value is 181 (71.09% from 255 or 45.02% from 402); Blue value is 192 (75.39% from 255 or 47.76% from 402); Max value from RGB is 192 - color contains mainly: blue. Hex color #1DB5C0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DB5C0 is #E24A3F. Grayscale: #888888. Windows color (decimal): -14830144 or 12629277. OLE color: 12629277.

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

Color convert

RGB 29 181 192 -
CMYK 0.85 0.06 0 0.25
HSL 184.05º 0.74% 0.43% -
HSV(B) 184.05º 0.85% 0.75% -
XYZ 26.55 37.11 55.63 -
YUV 136.81 159.14 51.11 -
System Red Green Blue C M Y K H S L
Decimal 29 181 192 0.85 0.06 0 0.25 184.05 0.74 0.43
Hex 1D B5 C0 55 6 0 19 B8 4A 2B
Octal 35 265 300 125 6 0 31 270 112 53
Binary 11101 10110101 11000000 1010101 110 0 11001 10111000 1001010 101011

Color Harmonies of #1DB5C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DB5C0

Black with #1DB5C0

Text Example


Text Example

White with #1DB5C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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