Html Css Color HEX #1DB1BE Light Sea Green

📋 copy color: '#1DB1BE'

red 29 ◦ green 177 ◦ blue 190

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

Shades of Light Sea Green #1DB1BE

Tints of Light Sea Green #1DB1BE

RGB

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

 GREEN value IS 177 (69.53% from 255) = 44.7%

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

R = 7.32%
G = 44.7%
B = 47.98%

CMYK

 C value IS 0.85

 M value IS 0.07

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1DB1BE (or 0x1DB1BE) is known color: Light Sea Green. HEX triplet: 1D, B1 and BE. RGB value is (29,177,190). Sum of RGB (Red+Green+Blue) = 29+177+190=396 (52% of max value = 765). Red value is 29 (11.72% from 255 or 7.32% from 396); Green value is 177 (69.53% from 255 or 44.70% from 396); Blue value is 190 (74.61% from 255 or 47.98% from 396); Max value from RGB is 190 - color contains mainly: blue. Hex color #1DB1BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1DB1BE is #E24E41. Grayscale: #868686. Windows color (decimal): -14831170 or 12497181. OLE color: 12497181.

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

Color convert

RGB 29 177 190 -
CMYK 0.85 0.07 0 0.25
HSL 184.84º 0.74% 0.43% -
HSV(B) 184.84º 0.85% 0.75% -
XYZ 25.52 35.42 54.21 -
YUV 134.23 159.47 52.94 -
System Red Green Blue C M Y K H S L
Decimal 29 177 190 0.85 0.07 0 0.25 184.84 0.74 0.43
Hex 1D B1 BE 55 7 0 19 B9 4A 2B
Octal 35 261 276 125 7 0 31 271 112 53
Binary 11101 10110001 10111110 1010101 111 0 11001 10111001 1001010 101011

Color Harmonies of #1DB1BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DB1BE

Black with #1DB1BE

Text Example


Text Example

White with #1DB1BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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