#3F8A96

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

Shades of Hippie Blue #3F8A96

Tints of Hippie Blue #3F8A96

Color information

#3F8A96 (or 0x3F8A96) is unknown color: approx Hippie Blue. HEX triplet: 3F, 8A and 96. RGB value is (63,138,150). Sum of RGB (Red+Green+Blue) = 63+138+150=351 (46% of max value = 765). Red value is 63 (25% from 255 or 17.95% from 351); Green value is 138 (54.30% from 255 or 39.32% from 351); Blue value is 150 (58.98% from 255 or 42.74% from 351); Max value from RGB is 150 - color contains mainly: blue. Hex color #3F8A96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F8A96 is #C07569. Grayscale: #747474. Windows color (decimal): -12612970 or 9865791. OLE color: 9865791.

HSL color Cylindrical-coordinate representation of color #3F8A96: hue angle of 188.28º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3F8A96 is Cyan = 0.58, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB63138150-
CMYK0.580.0800.41
HSL188.28º40.85%41.76%-
HSV(B)188.28º58%58.82%-
XYZ16.6421.4432.11-
YUV116.94146.6589.52-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 17.95%
GREEN value IS 138 (54.30% from 255) = 39.32%
BLUE value IS 150 (58.98% from 255) = 42.74%
R=17.95%
G=39.32%
B=42.74%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal631381500.580.0800.41188.2840.8541.76
Hex3F8A963A8029bc292a
Octal7721222672100512745152
Binary11111110001010100101101110101000010100110111100101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F8A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,138,150); }

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

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

 a { background-color: rgb(63,138,150); }

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

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

 span { border-color: rgb(63,138,150); }

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