#3fa8ae

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

Shades of Pelorous #3FA8AE

Tints of Pelorous #3FA8AE

Color information

#3FA8AE (or 0x3FA8AE) is unknown color: approx Pelorous. HEX triplet: 3F, A8 and AE. RGB value is (63,168,174). Sum of RGB (Red+Green+Blue) = 63+168+174=405 (53% of max value = 765). Red value is 63 (25% from 255 or 15.56% from 405); Green value is 168 (66.02% from 255 or 41.48% from 405); Blue value is 174 (68.36% from 255 or 42.96% from 405); Max value from RGB is 174 - color contains mainly: blue. Hex color #3FA8AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FA8AE is #C05751. Grayscale: #898989. Windows color (decimal): -12605266 or 11446335. OLE color: 11446335.

HSL color Cylindrical-coordinate representation of color #3FA8AE: hue angle of 183.24º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3FA8AE is Cyan = 0.64, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB63168174-
CMYK0.640.0300.32
HSL183.24º46.84%46.47%-
HSV(B)183.24º63.79%68.24%-
XYZ23.6932.1245-
YUV137.29148.7175.01-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 15.56%
GREEN value IS 168 (66.02% from 255) = 41.48%
BLUE value IS 174 (68.36% from 255) = 42.96%
R=15.56%
G=41.48%
B=42.96%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal631681740.640.0300.32183.2446.8446.47
Hex3FA8AE403020b72f2e
Octal7725025610030402675756
Binary1111111010100010101110100000011010000010110111101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3fa8ae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,168,174); }

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

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

 a { background-color: rgb(63,168,174); }

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

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

 span { border-color: rgb(63,168,174); }

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