#1DAFB8

Color #1DAFB8 Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #1DAFB8

Tints of Light Sea Green #1DAFB8

Color information

#1DAFB8 (or 0x1DAFB8) is unknown color: approx Light Sea Green. HEX triplet: 1D, AF and B8. RGB value is (29,175,184). Sum of RGB (Red+Green+Blue) = 29+175+184=388 (51% of max value = 765). Red value is 29 (11.72% from 255 or 7.47% from 388); Green value is 175 (68.75% from 255 or 45.10% from 388); Blue value is 184 (72.27% from 255 or 47.42% from 388); Max value from RGB is 184 - color contains mainly: blue. Hex color #1DAFB8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1DAFB8 is #E25047. Grayscale: #848484. Windows color (decimal): -14831688 or 12103453. OLE color: 12103453.

HSL color Cylindrical-coordinate representation of color #1DAFB8: hue angle of 183.48º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DAFB8 is Cyan = 0.84, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB29175184-
CMYK0.840.0500.28
HSL183.48º72.77%41.76%-
HSV(B)183.48º84.24%72.16%-
XYZ24.4934.3850.69-
YUV132.37157.1354.27-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 7.47%
GREEN value IS 175 (68.75% from 255) = 45.10%
BLUE value IS 184 (72.27% from 255) = 47.42%
R=7.47%
G=45.10%
B=47.42%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal291751840.840.0500.28183.4872.7741.76
Hex1DAFB854501Cb7492a
Octal35257270124503426711152
Binary1110110101111101110001010100101011100101101111001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DAFB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1DAFB8;
 }
 .AnyTagClassName
 {
   color: #1DAFB8;
 }
</style>
background-color css

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

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

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

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

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

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