#95D7CA

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

Shades of Riptide #95D7CA

Tints of Riptide #95D7CA

Color information

#95D7CA (or 0x95D7CA) is unknown color: approx Riptide. HEX triplet: 95, D7 and CA. RGB value is (149,215,202). Sum of RGB (Red+Green+Blue) = 149+215+202=566 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.33% from 566); Green value is 215 (84.38% from 255 or 37.99% from 566); Blue value is 202 (79.30% from 255 or 35.69% from 566); Max value from RGB is 215 - color contains mainly: green. Hex color #95D7CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95D7CA is #6A2835. Grayscale: #C1C1C1. Windows color (decimal): -6957110 or 13293461. OLE color: 13293461.

HSL color Cylindrical-coordinate representation of color #95D7CA: hue angle of 168.18º 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 #95D7CA is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB149215202-
CMYK0.3100.060.16
HSL168.18º45.21%71.37%-
HSV(B)168.18º30.7%84.31%-
XYZ47.3659.2564.82-
YUV193.78132.6396.06-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.33%
GREEN value IS 215 (84.38% from 255) = 37.99%
BLUE value IS 202 (79.30% from 255) = 35.69%
R=26.33%
G=37.99%
B=35.69%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1492152020.3100.060.16168.1845.2171.37
Hex95D7CA1F0610a82d47
Octal22532731237062025055107
Binary10010101110101111100101011111011010000101010001011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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