#95DAC5

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

Shades of Riptide #95DAC5

Tints of Riptide #95DAC5

Color information

#95DAC5 (or 0x95DAC5) is unknown color: approx Riptide. HEX triplet: 95, DA and C5. RGB value is (149,218,197). Sum of RGB (Red+Green+Blue) = 149+218+197=564 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.42% from 564); Green value is 218 (85.55% from 255 or 38.65% from 564); Blue value is 197 (77.34% from 255 or 34.93% from 564); Max value from RGB is 218 - color contains mainly: green. Hex color #95DAC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95DAC5 is #6A253A. Grayscale: #C2C2C2. Windows color (decimal): -6956347 or 12966549. OLE color: 12966549.

HSL color Cylindrical-coordinate representation of color #95DAC5: hue angle of 161.74º 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 #95DAC5 is Cyan = 0.32, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB149218197-
CMYK0.3200.100.15
HSL161.74º48.25%71.96%-
HSV(B)161.74º31.65%85.49%-
XYZ47.5460.5662.01-
YUV194.98129.1495.21-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.42%
GREEN value IS 218 (85.55% from 255) = 38.65%
BLUE value IS 197 (77.34% from 255) = 34.93%
R=26.42%
G=38.65%
B=34.93%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1492181970.3200.100.15161.7448.2571.96
Hex95DAC5200AFa23048
Octal225332305400121724260110
Binary100101011101101011000101100000010101111101000101100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95DAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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