#95D5CC

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

Shades of Riptide #95D5CC

Tints of Riptide #95D5CC

Color information

#95D5CC (or 0x95D5CC) is unknown color: approx Riptide. HEX triplet: 95, D5 and CC. RGB value is (149,213,204). Sum of RGB (Red+Green+Blue) = 149+213+204=566 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.33% from 566); Green value is 213 (83.59% from 255 or 37.63% from 566); Blue value is 204 (80.08% from 255 or 36.04% from 566); Max value from RGB is 213 - color contains mainly: green. Hex color #95D5CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95D5CC is #6A2A33. Grayscale: #C0C0C0. Windows color (decimal): -6957620 or 13424021. OLE color: 13424021.

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

Color convert

RGB149213204-
CMYK0.3000.040.16
HSL171.56º43.24%70.98%-
HSV(B)171.56º30.05%83.53%-
XYZ47.0958.3465.91-
YUV192.84134.396.73-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.33%
GREEN value IS 213 (83.59% from 255) = 37.63%
BLUE value IS 204 (80.08% from 255) = 36.04%
R=26.33%
G=37.63%
B=36.04%

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
Decimal1492132040.3000.040.16171.5643.2470.98
Hex95D5CC1E0410ac2b47
Octal22532531436042025453107
Binary10010101110101011100110011110010010000101011001010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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