#95D5CD

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

Shades of Riptide #95D5CD

Tints of Riptide #95D5CD

Color information

#95D5CD (or 0x95D5CD) is unknown color: approx Riptide. HEX triplet: 95, D5 and CD. RGB value is (149,213,205). Sum of RGB (Red+Green+Blue) = 149+213+205=567 (75% of max value = 765). Red value is 149 (58.59% from 255 or 26.28% from 567); Green value is 213 (83.59% from 255 or 37.57% from 567); Blue value is 205 (80.47% from 255 or 36.16% from 567); Max value from RGB is 213 - color contains mainly: green. Hex color #95D5CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95D5CD is #6A2A32. Grayscale: #C0C0C0. Windows color (decimal): -6957619 or 13489557. OLE color: 13489557.

HSL color Cylindrical-coordinate representation of color #95D5CD: hue angle of 172.5º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #95D5CD is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB149213205-
CMYK0.3000.040.16
HSL172.5º43.24%70.98%-
HSV(B)172.5º30.05%83.53%-
XYZ47.2158.3966.54-
YUV192.95134.896.65-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.28%
GREEN value IS 213 (83.59% from 255) = 37.57%
BLUE value IS 205 (80.47% from 255) = 36.16%
R=26.28%
G=37.57%
B=36.16%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1492132050.3000.040.16172.543.2470.98
Hex95D5CD1E0410ac2b47
Octal22532531536042025453107
Binary10010101110101011100110111110010010000101011001010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,213,205); }

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

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

 a { background-color: rgb(149,213,205); }

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

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

 span { border-color: rgb(149,213,205); }

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