#3DAFAA

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

Shades of Light Sea Green #3DAFAA

Tints of Light Sea Green #3DAFAA

Color information

#3DAFAA (or 0x3DAFAA) is unknown color: approx Light Sea Green. HEX triplet: 3D, AF and AA. RGB value is (61,175,170). Sum of RGB (Red+Green+Blue) = 61+175+170=406 (53% of max value = 765). Red value is 61 (24.22% from 255 or 15.02% from 406); Green value is 175 (68.75% from 255 or 43.10% from 406); Blue value is 170 (66.80% from 255 or 41.87% from 406); Max value from RGB is 175 - color contains mainly: green. Hex color #3DAFAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DAFAA is #C25055. Grayscale: #8C8C8C. Windows color (decimal): -12734550 or 11185981. OLE color: 11185981.

HSL color Cylindrical-coordinate representation of color #3DAFAA: hue angle of 177.37º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3DAFAA is Cyan = 0.65, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB61175170-
CMYK0.6500.030.31
HSL177.37º48.31%46.27%-
HSV(B)177.37º65.14%68.63%-
XYZ24.5134.5543.41-
YUV140.34144.7371.41-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 15.02%
GREEN value IS 175 (68.75% from 255) = 43.10%
BLUE value IS 170 (66.80% from 255) = 41.87%
R=15.02%
G=43.10%
B=41.87%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal611751700.6500.030.31177.3748.3146.27
Hex3DAFAA41031Fb1302e
Octal7525725210103372616056
Binary111101101011111010101010000010111111110110001110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DAFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3DAFAA; }

 p { color: rgb(61,175,170); }

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

<style>
 a { background-color: #3DAFAA; }

 a { background-color: rgb(61,175,170); }

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

<style>
 span { border-color: #3DAFAA; }

 span { border-color: rgb(61,175,170); }

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