Html Css Color HEX #1DB1BB Light Sea Green

📋 copy color: '#1DB1BB'

red 29 ◦ green 177 ◦ blue 187

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

Shades of Light Sea Green #1DB1BB

Tints of Light Sea Green #1DB1BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 47.58%

R = 7.38%
G = 45.04%
B = 47.58%

CMYK

 C value IS 0.84

 M value IS 0.05

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1DB1BB (or 0x1DB1BB) is known color: Light Sea Green. HEX triplet: 1D, B1 and BB. RGB value is (29,177,187). Sum of RGB (Red+Green+Blue) = 29+177+187=393 (52% of max value = 765). Red value is 29 (11.72% from 255 or 7.38% from 393); Green value is 177 (69.53% from 255 or 45.04% from 393); Blue value is 187 (73.44% from 255 or 47.58% from 393); Max value from RGB is 187 - color contains mainly: blue. Hex color #1DB1BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1DB1BB is #E24E44. Grayscale: #858585. Windows color (decimal): -14831173 or 12300573. OLE color: 12300573.

HSL color Cylindrical-coordinate representation of color #1DB1BB: hue angle of 183.8º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DB1BB is Cyan = 0.84, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 29 177 187 -
CMYK 0.84 0.05 0 0.27
HSL 183.8º 0.73% 0.42% -
HSV(B) 183.8º 0.84% 0.73% -
XYZ 25.2 35.29 52.5 -
YUV 133.89 157.97 53.19 -
System Red Green Blue C M Y K H S L
Decimal 29 177 187 0.84 0.05 0 0.27 183.8 0.73 0.42
Hex 1D B1 BB 54 5 0 1B B8 49 2A
Octal 35 261 273 124 5 0 33 270 111 52
Binary 11101 10110001 10111011 1010100 101 0 11011 10111000 1001001 101010

Color Harmonies of #1DB1BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DB1BB

Black with #1DB1BB

Text Example


Text Example

White with #1DB1BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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