Html Css Color HEX #1DB0BE Light Sea Green

📋 copy color: '#1DB0BE'

red 29 ◦ green 176 ◦ blue 190

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

Shades of Light Sea Green #1DB0BE

Tints of Light Sea Green #1DB0BE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 44.56%

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

R = 7.34%
G = 44.56%
B = 48.1%

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

#1DB0BE (or 0x1DB0BE) is known color: Light Sea Green. HEX triplet: 1D, B0 and BE. RGB value is (29,176,190). Sum of RGB (Red+Green+Blue) = 29+176+190=395 (52% of max value = 765). Red value is 29 (11.72% from 255 or 7.34% from 395); Green value is 176 (69.14% from 255 or 44.56% from 395); Blue value is 190 (74.61% from 255 or 48.10% from 395); Max value from RGB is 190 - color contains mainly: blue. Hex color #1DB0BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1DB0BE is #E24F41. Grayscale: #858585. Windows color (decimal): -14831426 or 12496925. OLE color: 12496925.

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

Color convert

RGB 29 176 190 -
CMYK 0.85 0.07 0 0.25
HSL 185.22º 0.74% 0.43% -
HSV(B) 185.22º 0.85% 0.75% -
XYZ 25.33 35.03 54.14 -
YUV 133.64 159.8 53.36 -
System Red Green Blue C M Y K H S L
Decimal 29 176 190 0.85 0.07 0 0.25 185.22 0.74 0.43
Hex 1D B0 BE 55 7 0 19 B9 4A 2B
Octal 35 260 276 125 7 0 31 271 112 53
Binary 11101 10110000 10111110 1010101 111 0 11001 10111001 1001010 101011

Color Harmonies of #1DB0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DB0BE

Black with #1DB0BE

Text Example


Text Example

White with #1DB0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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