#95D6CD

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

Shades of Riptide #95D6CD

Tints of Riptide #95D6CD

Color information

#95D6CD (or 0x95D6CD) is unknown color: approx Riptide. HEX triplet: 95, D6 and CD. RGB value is (149,214,205). Sum of RGB (Red+Green+Blue) = 149+214+205=568 (75% of max value = 765). Red value is 149 (58.59% from 255 or 26.23% from 568); Green value is 214 (83.98% from 255 or 37.68% from 568); Blue value is 205 (80.47% from 255 or 36.09% from 568); Max value from RGB is 214 - color contains mainly: green. Hex color #95D6CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95D6CD is #6A2932. Grayscale: #C1C1C1. Windows color (decimal): -6957363 or 13489813. OLE color: 13489813.

HSL color Cylindrical-coordinate representation of color #95D6CD: hue angle of 171.69º degrees, saturation: 0.44, 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 #95D6CD is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB149214205-
CMYK0.3000.040.16
HSL171.69º44.22%71.18%-
HSV(B)171.69º30.37%83.92%-
XYZ47.4658.8966.62-
YUV193.54134.4796.23-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.23%
GREEN value IS 214 (83.98% from 255) = 37.68%
BLUE value IS 205 (80.47% from 255) = 36.09%
R=26.23%
G=37.68%
B=36.09%

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
Decimal1492142050.3000.040.16171.6944.2271.18
Hex95D6CD1E0410ac2c47
Octal22532631536042025454107
Binary10010101110101101100110111110010010000101011001011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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