#95DCC5

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

Shades of Riptide #95DCC5

Tints of Riptide #95DCC5

Color information

#95DCC5 (or 0x95DCC5) is unknown color: approx Riptide. HEX triplet: 95, DC and C5. RGB value is (149,220,197). Sum of RGB (Red+Green+Blue) = 149+220+197=566 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.33% from 566); Green value is 220 (86.33% from 255 or 38.87% from 566); Blue value is 197 (77.34% from 255 or 34.81% from 566); Max value from RGB is 220 - color contains mainly: green. Hex color #95DCC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95DCC5 is #6A233A. Grayscale: #C4C4C4. Windows color (decimal): -6955835 or 12967061. OLE color: 12967061.

HSL color Cylindrical-coordinate representation of color #95DCC5: hue angle of 160.56º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #95DCC5 is Cyan = 0.32, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB149220197-
CMYK0.3200.100.14
HSL160.56º50.35%72.35%-
HSV(B)160.56º32.27%86.27%-
XYZ48.0761.6162.18-
YUV196.15128.4894.37-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.33%
GREEN value IS 220 (86.33% from 255) = 38.87%
BLUE value IS 197 (77.34% from 255) = 34.81%
R=26.33%
G=38.87%
B=34.81%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1492201970.3200.100.14160.5650.3572.35
Hex95DCC5200AEa13248
Octal225334305400121624162110
Binary100101011101110011000101100000010101110101000011100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95DCC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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