#95DCC1

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

Shades of Riptide #95DCC1

Tints of Riptide #95DCC1

Color information

#95DCC1 (or 0x95DCC1) is unknown color: approx Riptide. HEX triplet: 95, DC and C1. RGB value is (149,220,193). Sum of RGB (Red+Green+Blue) = 149+220+193=562 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.51% from 562); Green value is 220 (86.33% from 255 or 39.15% from 562); Blue value is 193 (75.78% from 255 or 34.34% from 562); Max value from RGB is 220 - color contains mainly: green. Hex color #95DCC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95DCC1 is #6A233E. Grayscale: #C3C3C3. Windows color (decimal): -6955839 or 12704917. OLE color: 12704917.

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

Color convert

RGB149220193-
CMYK0.3200.120.14
HSL157.18º50.35%72.35%-
HSV(B)157.18º32.27%86.27%-
XYZ47.6161.4359.8-
YUV195.69126.4894.7-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.51%
GREEN value IS 220 (86.33% from 255) = 39.15%
BLUE value IS 193 (75.78% from 255) = 34.34%
R=26.51%
G=39.15%
B=34.34%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1492201930.3200.120.14157.1850.3572.35
Hex95DCC1200CE9d3248
Octal225334301400141623562110
Binary100101011101110011000001100000011001110100111011100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95DCC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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