#95D7C0

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

Shades of Riptide #95D7C0

Tints of Riptide #95D7C0

Color information

#95D7C0 (or 0x95D7C0) is unknown color: approx Riptide. HEX triplet: 95, D7 and C0. RGB value is (149,215,192). Sum of RGB (Red+Green+Blue) = 149+215+192=556 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.80% from 556); Green value is 215 (84.38% from 255 or 38.67% from 556); Blue value is 192 (75.39% from 255 or 34.53% from 556); Max value from RGB is 215 - color contains mainly: green. Hex color #95D7C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95D7C0 is #6A283F. Grayscale: #C0C0C0. Windows color (decimal): -6957120 or 12638101. OLE color: 12638101.

HSL color Cylindrical-coordinate representation of color #95D7C0: hue angle of 159.09º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #95D7C0 is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB149215192-
CMYK0.3100.110.16
HSL159.09º45.21%71.37%-
HSV(B)159.09º30.7%84.31%-
XYZ46.2158.858.78-
YUV192.64127.6396.87-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.80%
GREEN value IS 215 (84.38% from 255) = 38.67%
BLUE value IS 192 (75.39% from 255) = 34.53%
R=26.80%
G=38.67%
B=34.53%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1492151920.3100.110.16159.0945.2171.37
Hex95D7C01F0B109f2d47
Octal225327300370132023755107
Binary100101011101011111000000111110101110000100111111011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D7C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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