#95D8C0

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

Shades of Riptide #95D8C0

Tints of Riptide #95D8C0

Color information

#95D8C0 (or 0x95D8C0) is unknown color: approx Riptide. HEX triplet: 95, D8 and C0. RGB value is (149,216,192). Sum of RGB (Red+Green+Blue) = 149+216+192=557 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.75% from 557); Green value is 216 (84.77% from 255 or 38.78% from 557); Blue value is 192 (75.39% from 255 or 34.47% from 557); Max value from RGB is 216 - color contains mainly: green. Hex color #95D8C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95D8C0 is #6A273F. Grayscale: #C1C1C1. Windows color (decimal): -6956864 or 12638357. OLE color: 12638357.

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

Color convert

RGB149216192-
CMYK0.3100.110.15
HSL158.51º46.21%71.57%-
HSV(B)158.51º31.02%84.71%-
XYZ46.4659.3158.87-
YUV193.23127.396.45-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.75%
GREEN value IS 216 (84.77% from 255) = 38.78%
BLUE value IS 192 (75.39% from 255) = 34.47%
R=26.75%
G=38.78%
B=34.47%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1492161920.3100.110.15158.5146.2171.57
Hex95D8C01F0BF9f2e48
Octal225330300370131723756110
Binary10010101110110001100000011111010111111100111111011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D8C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,216,192); }

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

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

 a { background-color: rgb(149,216,192); }

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

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

 span { border-color: rgb(149,216,192); }

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