Html Css Color HEX #1DBBAE Light Sea Green

📋 copy color: '#1DBBAE'

red 29 ◦ green 187 ◦ blue 174

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

Shades of Light Sea Green #1DBBAE

Tints of Light Sea Green #1DBBAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 44.62%

R = 7.44%
G = 47.95%
B = 44.62%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#1DBBAE (or 0x1DBBAE) is known color: Light Sea Green. HEX triplet: 1D, BB and AE. RGB value is (29,187,174). Sum of RGB (Red+Green+Blue) = 29+187+174=390 (51% of max value = 765). Red value is 29 (11.72% from 255 or 7.44% from 390); Green value is 187 (73.44% from 255 or 47.95% from 390); Blue value is 174 (68.36% from 255 or 44.62% from 390); Max value from RGB is 187 - color contains mainly: green. Hex color #1DBBAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DBBAE is #E24451. Grayscale: #8A8A8A. Windows color (decimal): -14828626 or 11451165. OLE color: 11451165.

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

Color convert

RGB 29 187 174 -
CMYK 0.84 0 0.07 0.27
HSL 175.06º 0.73% 0.42% -
HSV(B) 175.06º 0.84% 0.73% -
XYZ 25.92 38.86 46.18 -
YUV 138.28 148.15 50.06 -
System Red Green Blue C M Y K H S L
Decimal 29 187 174 0.84 0 0.07 0.27 175.06 0.73 0.42
Hex 1D BB AE 54 0 7 1B AF 49 2A
Octal 35 273 256 124 0 7 33 257 111 52
Binary 11101 10111011 10101110 1010100 0 111 11011 10101111 1001001 101010

Color Harmonies of #1DBBAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DBBAE

Black with #1DBBAE

Text Example


Text Example

White with #1DBBAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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