Html Css Color HEX #1DAFAB Light Sea Green

📋 copy color: '#1DAFAB'

red 29 ◦ green 175 ◦ blue 171

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

Shades of Light Sea Green #1DAFAB

Tints of Light Sea Green #1DAFAB

RGB

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

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

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

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

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #1DAFAB: hue angle of 178.36º 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 #1DAFAB is Cyan = 0.83, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 29 175 171 -
CMYK 0.83 0 0.02 0.31
HSL 178.36º 0.72% 0.4% -
HSV(B) 178.36º 0.83% 0.69% -
XYZ 23.19 33.86 43.84 -
YUV 130.89 150.63 55.33 -
System Red Green Blue C M Y K H S L
Decimal 29 175 171 0.83 0 0.02 0.31 178.36 0.72 0.4
Hex 1D AF AB 53 0 2 1F B2 48 28
Octal 35 257 253 123 0 2 37 262 110 50
Binary 11101 10101111 10101011 1010011 0 10 11111 10110010 1001000 101000

Color Harmonies of #1DAFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DAFAB

Black with #1DAFAB

Text Example


Text Example

White with #1DAFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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