#3EAFAD

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

Shades of Light Sea Green #3EAFAD

Tints of Light Sea Green #3EAFAD

Color information

#3EAFAD (or 0x3EAFAD) is unknown color: approx Light Sea Green. HEX triplet: 3E, AF and AD. RGB value is (62,175,173). Sum of RGB (Red+Green+Blue) = 62+175+173=410 (54% of max value = 765). Red value is 62 (24.61% from 255 or 15.12% from 410); Green value is 175 (68.75% from 255 or 42.68% from 410); Blue value is 173 (67.97% from 255 or 42.20% from 410); Max value from RGB is 175 - color contains mainly: green. Hex color #3EAFAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3EAFAD is #C15052. Grayscale: #8C8C8C. Windows color (decimal): -12669011 or 11382590. OLE color: 11382590.

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

Color convert

RGB62175173-
CMYK0.6500.010.31
HSL178.94º47.68%46.47%-
HSV(B)178.94º64.57%68.63%-
XYZ24.8634.744.92-
YUV140.98146.0671.66-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 15.12%
GREEN value IS 175 (68.75% from 255) = 42.68%
BLUE value IS 173 (67.97% from 255) = 42.20%
R=15.12%
G=42.68%
B=42.20%

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
Decimal621751730.6500.010.31178.9447.6846.47
Hex3EAFAD41011Fb3302e
Octal7625725510101372636056
Binary11111010101111101011011000001011111110110011110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EAFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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