#95DAD0

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

Shades of Riptide #95DAD0

Tints of Riptide #95DAD0

Color information

#95DAD0 (or 0x95DAD0) is unknown color: approx Riptide. HEX triplet: 95, DA and D0. RGB value is (149,218,208). Sum of RGB (Red+Green+Blue) = 149+218+208=575 (76% of max value = 765). Red value is 149 (58.59% from 255 or 25.91% from 575); Green value is 218 (85.55% from 255 or 37.91% from 575); Blue value is 208 (81.64% from 255 or 36.17% from 575); Max value from RGB is 218 - color contains mainly: green. Hex color #95DAD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95DAD0 is #6A252F. Grayscale: #C4C4C4. Windows color (decimal): -6956336 or 13687445. OLE color: 13687445.

HSL color Cylindrical-coordinate representation of color #95DAD0: hue angle of 171.3º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #95DAD0 is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB149218208-
CMYK0.3200.050.15
HSL171.3º48.25%71.96%-
HSV(B)171.3º31.65%85.49%-
XYZ48.8561.0968.89-
YUV196.23134.6494.31-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 25.91%
GREEN value IS 218 (85.55% from 255) = 37.91%
BLUE value IS 208 (81.64% from 255) = 36.17%
R=25.91%
G=37.91%
B=36.17%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1492182080.3200.050.15171.348.2571.96
Hex95DAD02005Fab3048
Octal22533232040051725360110
Binary10010101110110101101000010000001011111101010111100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95DAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,218,208); }

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

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

 a { background-color: rgb(149,218,208); }

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

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

 span { border-color: rgb(149,218,208); }

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