#3DAFA7

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

Shades of Light Sea Green #3DAFA7

Tints of Light Sea Green #3DAFA7

Color information

#3DAFA7 (or 0x3DAFA7) is unknown color: approx Light Sea Green. HEX triplet: 3D, AF and A7. RGB value is (61,175,167). Sum of RGB (Red+Green+Blue) = 61+175+167=403 (53% of max value = 765). Red value is 61 (24.22% from 255 or 15.14% from 403); Green value is 175 (68.75% from 255 or 43.42% from 403); Blue value is 167 (65.62% from 255 or 41.44% from 403); Max value from RGB is 175 - color contains mainly: green. Hex color #3DAFA7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DAFA7 is #C25058. Grayscale: #8B8B8B. Windows color (decimal): -12734553 or 10989373. OLE color: 10989373.

HSL color Cylindrical-coordinate representation of color #3DAFA7: hue angle of 175.79º 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 #3DAFA7 is Cyan = 0.65, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB61175167-
CMYK0.6500.050.31
HSL175.79º48.31%46.27%-
HSV(B)175.79º65.14%68.63%-
XYZ24.2334.4441.93-
YUV140143.2371.65-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 15.14%
GREEN value IS 175 (68.75% from 255) = 43.42%
BLUE value IS 167 (65.62% from 255) = 41.44%
R=15.14%
G=43.42%
B=41.44%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal611751670.6500.050.31175.7948.3146.27
Hex3DAFA741051Fb0302e
Octal7525724710105372606056
Binary1111011010111110100111100000101011111110110000110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DAFA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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