Html Css Color HEX #1DABAF Light Sea Green

📋 copy color: '#1DABAF'

red 29 ◦ green 171 ◦ blue 175

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

Shades of Light Sea Green #1DABAF

Tints of Light Sea Green #1DABAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 46.67%

R = 7.73%
G = 45.6%
B = 46.67%

CMYK

 C value IS 0.83

 M value IS 0.02

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1DABAF (or 0x1DABAF) is known color: Light Sea Green. HEX triplet: 1D, AB and AF. RGB value is (29,171,175). Sum of RGB (Red+Green+Blue) = 29+171+175=375 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.73% from 375); Green value is 171 (67.19% from 255 or 45.6% from 375); Blue value is 175 (68.75% from 255 or 46.67% from 375); Max value from RGB is 175 - color contains mainly: blue. Hex color #1DABAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DABAF is #E25450. Grayscale: #808080. Windows color (decimal): -14832721 or 11512605. OLE color: 11512605.

HSL color Cylindrical-coordinate representation of color #1DABAF: hue angle of 181.64º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1DABAF is Cyan = 0.83, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 29 171 175 -
CMYK 0.83 0.02 0 0.31
HSL 181.64º 0.72% 0.4% -
HSV(B) 181.64º 0.83% 0.69% -
XYZ 22.81 32.48 45.63 -
YUV 129 153.96 56.67 -
System Red Green Blue C M Y K H S L
Decimal 29 171 175 0.83 0.02 0 0.31 181.64 0.72 0.4
Hex 1D AB AF 53 2 0 1F B6 48 28
Octal 35 253 257 123 2 0 37 266 110 50
Binary 11101 10101011 10101111 1010011 10 0 11111 10110110 1001000 101000

Color Harmonies of #1DABAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DABAF

Black with #1DABAF

Text Example


Text Example

White with #1DABAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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