#95DAC2

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

Shades of Riptide #95DAC2

Tints of Riptide #95DAC2

Color information

#95DAC2 (or 0x95DAC2) is unknown color: approx Riptide. HEX triplet: 95, DA and C2. RGB value is (149,218,194). Sum of RGB (Red+Green+Blue) = 149+218+194=561 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.56% from 561); Green value is 218 (85.55% from 255 or 38.86% from 561); Blue value is 194 (76.17% from 255 or 34.58% from 561); Max value from RGB is 218 - color contains mainly: green. Hex color #95DAC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95DAC2 is #6A253D. Grayscale: #C2C2C2. Windows color (decimal): -6956350 or 12769941. OLE color: 12769941.

HSL color Cylindrical-coordinate representation of color #95DAC2: hue angle of 159.13º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #95DAC2 is Cyan = 0.32, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB149218194-
CMYK0.3200.110.15
HSL159.13º48.25%71.96%-
HSV(B)159.13º31.65%85.49%-
XYZ47.260.4360.21-
YUV194.63127.6495.45-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.56%
GREEN value IS 218 (85.55% from 255) = 38.86%
BLUE value IS 194 (76.17% from 255) = 34.58%
R=26.56%
G=38.86%
B=34.58%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1492181940.3200.110.15159.1348.2571.96
Hex95DAC2200BF9f3048
Octal225332302400131723760110
Binary100101011101101011000010100000010111111100111111100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95DAC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,218,194); }

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

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

 a { background-color: rgb(149,218,194); }

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

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

 span { border-color: rgb(149,218,194); }

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