#95DACF

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

Shades of Riptide #95DACF

Tints of Riptide #95DACF

Color information

#95DACF (or 0x95DACF) is unknown color: approx Riptide. HEX triplet: 95, DA and CF. RGB value is (149,218,207). Sum of RGB (Red+Green+Blue) = 149+218+207=574 (76% of max value = 765). Red value is 149 (58.59% from 255 or 25.96% from 574); Green value is 218 (85.55% from 255 or 37.98% from 574); Blue value is 207 (81.25% from 255 or 36.06% from 574); Max value from RGB is 218 - color contains mainly: green. Hex color #95DACF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95DACF is #6A2530. Grayscale: #C4C4C4. Windows color (decimal): -6956337 or 13621909. OLE color: 13621909.

HSL color Cylindrical-coordinate representation of color #95DACF: hue angle of 170.43º 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 #95DACF is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB149218207-
CMYK0.3200.050.15
HSL170.43º48.25%71.96%-
HSV(B)170.43º31.65%85.49%-
XYZ48.7361.0468.24-
YUV196.12134.1494.39-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 25.96%
GREEN value IS 218 (85.55% from 255) = 37.98%
BLUE value IS 207 (81.25% from 255) = 36.06%
R=25.96%
G=37.98%
B=36.06%

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
Decimal1492182070.3200.050.15170.4348.2571.96
Hex95DACF2005Faa3048
Octal22533231740051725260110
Binary10010101110110101100111110000001011111101010101100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95DACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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