Html Css Color HEX #1DABBA Light Sea Green

📋 copy color: '#1DABBA'

red 29 ◦ green 171 ◦ blue 186

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

Shades of Light Sea Green #1DABBA

Tints of Light Sea Green #1DABBA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 44.3%

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

R = 7.51%
G = 44.3%
B = 48.19%

CMYK

 C value IS 0.84

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1DABBA (or 0x1DABBA) is known color: Light Sea Green. HEX triplet: 1D, AB and BA. RGB value is (29,171,186). Sum of RGB (Red+Green+Blue) = 29+171+186=386 (51% of max value = 765). Red value is 29 (11.72% from 255 or 7.51% from 386); Green value is 171 (67.19% from 255 or 44.30% from 386); Blue value is 186 (73.05% from 255 or 48.19% from 386); Max value from RGB is 186 - color contains mainly: blue. Hex color #1DABBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1DABBA is #E25445. Grayscale: #828282. Windows color (decimal): -14832710 or 12233501. OLE color: 12233501.

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

Color convert

RGB 29 171 186 -
CMYK 0.84 0.08 0 0.27
HSL 185.73º 0.73% 0.42% -
HSV(B) 185.73º 0.84% 0.73% -
XYZ 23.93 32.93 51.55 -
YUV 130.25 159.46 55.78 -
System Red Green Blue C M Y K H S L
Decimal 29 171 186 0.84 0.08 0 0.27 185.73 0.73 0.42
Hex 1D AB BA 54 8 0 1B BA 49 2A
Octal 35 253 272 124 10 0 33 272 111 52
Binary 11101 10101011 10111010 1010100 1000 0 11011 10111010 1001001 101010

Color Harmonies of #1DABBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DABBA

Black with #1DABBA

Text Example


Text Example

White with #1DABBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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