#95F0CC

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

Shades of Magic Mint #95F0CC

Tints of Magic Mint #95F0CC

Color information

#95F0CC (or 0x95F0CC) is unknown color: approx Magic Mint. HEX triplet: 95, F0 and CC. RGB value is (149,240,204). Sum of RGB (Red+Green+Blue) = 149+240+204=593 (78% of max value = 765). Red value is 149 (58.59% from 255 or 25.13% from 593); Green value is 240 (94.14% from 255 or 40.47% from 593); Blue value is 204 (80.08% from 255 or 34.40% from 593); Max value from RGB is 240 - color contains mainly: green. Hex color #95F0CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95F0CC is #6A0F33. Grayscale: #D0D0D0. Windows color (decimal): -6950708 or 13430933. OLE color: 13430933.

HSL color Cylindrical-coordinate representation of color #95F0CC: hue angle of 156.26º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #95F0CC is Cyan = 0.38, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB149240204-
CMYK0.3800.150.06
HSL156.26º75.21%76.27%-
HSV(B)156.26º37.92%94.12%-
XYZ54.4573.0768.36-
YUV208.69125.3585.43-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 25.13%
GREEN value IS 240 (94.14% from 255) = 40.47%
BLUE value IS 204 (80.08% from 255) = 34.40%
R=25.13%
G=40.47%
B=34.40%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1492402040.3800.150.06156.2675.2176.27
Hex95F0CC260F69c4b4c
Octal225360314460176234113114
Binary100101011111000011001100100110011111101001110010010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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