Html Css Color HEX #1DBBBA Light Sea Green

📋 copy color: '#1DBBBA'

red 29 ◦ green 187 ◦ blue 186

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

Shades of Light Sea Green #1DBBBA

Tints of Light Sea Green #1DBBBA

RGB

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

 GREEN value IS 187 (73.44% from 255) = 46.52%

 BLUE value IS 186 (73.05% from 255) = 46.27%

R = 7.21%
G = 46.52%
B = 46.27%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#1DBBBA (or 0x1DBBBA) is known color: Light Sea Green. HEX triplet: 1D, BB and BA. RGB value is (29,187,186). Sum of RGB (Red+Green+Blue) = 29+187+186=402 (53% of max value = 765). Red value is 29 (11.72% from 255 or 7.21% from 402); Green value is 187 (73.44% from 255 or 46.52% from 402); Blue value is 186 (73.05% from 255 or 46.27% from 402); Max value from RGB is 187 - color contains mainly: green. Hex color #1DBBBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DBBBA is #E24445. Grayscale: #8B8B8B. Windows color (decimal): -14828614 or 12237597. OLE color: 12237597.

HSL color Cylindrical-coordinate representation of color #1DBBBA: hue angle of 179.62º 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 #1DBBBA is Cyan = 0.84, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB 29 187 186 -
CMYK 0.84 0 0.01 0.27
HSL 179.62º 0.73% 0.42% -
HSV(B) 179.62º 0.84% 0.73% -
XYZ 27.14 39.35 52.62 -
YUV 139.64 154.15 49.08 -
System Red Green Blue C M Y K H S L
Decimal 29 187 186 0.84 0 0.01 0.27 179.62 0.73 0.42
Hex 1D BB BA 54 0 1 1B B4 49 2A
Octal 35 273 272 124 0 1 33 264 111 52
Binary 11101 10111011 10111010 1010100 0 1 11011 10110100 1001001 101010

Color Harmonies of #1DBBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DBBBA

Black with #1DBBBA

Text Example


Text Example

White with #1DBBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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