#3DAFAD

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

Shades of Light Sea Green #3DAFAD

Tints of Light Sea Green #3DAFAD

Color information

#3DAFAD (or 0x3DAFAD) is unknown color: approx Light Sea Green. HEX triplet: 3D, AF and AD. RGB value is (61,175,173). Sum of RGB (Red+Green+Blue) = 61+175+173=409 (54% of max value = 765). Red value is 61 (24.22% from 255 or 14.91% from 409); Green value is 175 (68.75% from 255 or 42.79% from 409); Blue value is 173 (67.97% from 255 or 42.30% from 409); Max value from RGB is 175 - color contains mainly: green. Hex color #3DAFAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DAFAD is #C25052. Grayscale: #8C8C8C. Windows color (decimal): -12734547 or 11382589. OLE color: 11382589.

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

Color convert

RGB61175173-
CMYK0.6500.010.31
HSL178.95º48.31%46.27%-
HSV(B)178.95º65.14%68.63%-
XYZ24.834.6744.92-
YUV140.69146.2371.16-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 14.91%
GREEN value IS 175 (68.75% from 255) = 42.79%
BLUE value IS 173 (67.97% from 255) = 42.30%
R=14.91%
G=42.79%
B=42.30%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal611751730.6500.010.31178.9548.3146.27
Hex3DAFAD41011Fb3302e
Octal7525725510101372636056
Binary11110110101111101011011000001011111110110011110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DAFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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