#95F9CC

Color #95F9CC Magic Mint (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magic Mint #95F9CC

Tints of Magic Mint #95F9CC

Color information

#95F9CC (or 0x95F9CC) is unknown color: approx Magic Mint. HEX triplet: 95, F9 and CC. RGB value is (149,249,204). Sum of RGB (Red+Green+Blue) = 149+249+204=602 (79% of max value = 765). Red value is 149 (58.59% from 255 or 24.75% from 602); Green value is 249 (97.66% from 255 or 41.36% from 602); Blue value is 204 (80.08% from 255 or 33.89% from 602); Max value from RGB is 249 - color contains mainly: green. Hex color #95F9CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95F9CC is #6A0633. Grayscale: #D6D6D6. Windows color (decimal): -6948404 or 13433237. OLE color: 13433237.

HSL color Cylindrical-coordinate representation of color #95F9CC: hue angle of 153º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95F9CC is Cyan = 0.40, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB149249204-
CMYK0.4000.180.02
HSL153º89.29%78.04%-
HSV(B)153º40.16%97.65%-
XYZ57.1778.569.27-
YUV213.97122.3781.66-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 24.75%
GREEN value IS 249 (97.66% from 255) = 41.36%
BLUE value IS 204 (80.08% from 255) = 33.89%
R=24.75%
G=41.36%
B=33.89%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1492492040.4000.180.0215389.2978.04
Hex95F9CC28012299594e
Octal225371314500222231131116
Binary100101011111100111001100101000010010101001100110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95F9CC; }

 p { color: rgb(149,249,204); }

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

<style>
 a { background-color: #95F9CC; }

 a { background-color: rgb(149,249,204); }

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

<style>
 span { border-color: #95F9CC; }

 span { border-color: rgb(149,249,204); }

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