#95D1CA

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

Shades of Riptide #95D1CA

Tints of Riptide #95D1CA

Color information

#95D1CA (or 0x95D1CA) is unknown color: approx Riptide. HEX triplet: 95, D1 and CA. RGB value is (149,209,202). Sum of RGB (Red+Green+Blue) = 149+209+202=560 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.61% from 560); Green value is 209 (82.03% from 255 or 37.32% from 560); Blue value is 202 (79.30% from 255 or 36.07% from 560); Max value from RGB is 209 - color contains mainly: green. Hex color #95D1CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95D1CA is #6A2E35. Grayscale: #BEBEBE. Windows color (decimal): -6958646 or 13291925. OLE color: 13291925.

HSL color Cylindrical-coordinate representation of color #95D1CA: hue angle of 173º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #95D1CA is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB149209202-
CMYK0.2900.030.18
HSL173º39.47%70.2%-
HSV(B)173º28.71%81.96%-
XYZ45.8656.2564.32-
YUV190.26134.6298.57-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.61%
GREEN value IS 209 (82.03% from 255) = 37.32%
BLUE value IS 202 (79.30% from 255) = 36.07%
R=26.61%
G=37.32%
B=36.07%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1492092020.2900.030.1817339.4770.2
Hex95D1CA1D0312ad2746
Octal22532131235032225547106
Binary1001010111010001110010101110101110010101011011001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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