#3FA7AF

Color #3FA7AF Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #3FA7AF

Tints of Pelorous #3FA7AF

Color information

#3FA7AF (or 0x3FA7AF) is unknown color: approx Pelorous. HEX triplet: 3F, A7 and AF. RGB value is (63,167,175). Sum of RGB (Red+Green+Blue) = 63+167+175=405 (53% of max value = 765). Red value is 63 (25% from 255 or 15.56% from 405); Green value is 167 (65.62% from 255 or 41.23% from 405); Blue value is 175 (68.75% from 255 or 43.21% from 405); Max value from RGB is 175 - color contains mainly: blue. Hex color #3FA7AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FA7AF is #C05850. Grayscale: #888888. Windows color (decimal): -12605521 or 11511615. OLE color: 11511615.

HSL color Cylindrical-coordinate representation of color #3FA7AF: hue angle of 184.29º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3FA7AF is Cyan = 0.64, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB63167175-
CMYK0.640.0500.31
HSL184.29º47.06%46.67%-
HSV(B)184.29º64%68.63%-
XYZ23.6131.7945.45-
YUV136.82149.5475.35-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 15.56%
GREEN value IS 167 (65.62% from 255) = 41.23%
BLUE value IS 175 (68.75% from 255) = 43.21%
R=15.56%
G=41.23%
B=43.21%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal631671750.640.0500.31184.2947.0646.67
Hex3FA7AF40501Fb82f2f
Octal7724725710050372705757
Binary1111111010011110101111100000010101111110111000101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FA7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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