#1DAFBA

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

Shades of Light Sea Green #1DAFBA

Tints of Light Sea Green #1DAFBA

Color information

#1DAFBA (or 0x1DAFBA) is unknown color: approx Light Sea Green. HEX triplet: 1D, AF and BA. RGB value is (29,175,186). Sum of RGB (Red+Green+Blue) = 29+175+186=390 (51% of max value = 765). Red value is 29 (11.72% from 255 or 7.44% from 390); Green value is 175 (68.75% from 255 or 44.87% from 390); Blue value is 186 (73.05% from 255 or 47.69% from 390); Max value from RGB is 186 - color contains mainly: blue. Hex color #1DAFBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1DAFBA is #E25045. Grayscale: #848484. Windows color (decimal): -14831686 or 12234525. OLE color: 12234525.

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

Color convert

RGB29175186-
CMYK0.840.0600.27
HSL184.2º73.02%42.16%-
HSV(B)184.2º84.41%72.94%-
XYZ24.734.4751.81-
YUV132.6158.1354.11-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 7.44%
GREEN value IS 175 (68.75% from 255) = 44.87%
BLUE value IS 186 (73.05% from 255) = 47.69%
R=7.44%
G=44.87%
B=47.69%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal291751860.840.0600.27184.273.0242.16
Hex1DAFBA54601Bb8492a
Octal35257272124603327011152
Binary1110110101111101110101010100110011011101110001001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DAFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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