#95DDCA

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

Shades of Riptide #95DDCA

Tints of Riptide #95DDCA

Color information

#95DDCA (or 0x95DDCA) is unknown color: approx Riptide. HEX triplet: 95, DD and CA. RGB value is (149,221,202). Sum of RGB (Red+Green+Blue) = 149+221+202=572 (75% of max value = 765). Red value is 149 (58.59% from 255 or 26.05% from 572); Green value is 221 (86.72% from 255 or 38.64% from 572); Blue value is 202 (79.30% from 255 or 35.31% from 572); Max value from RGB is 221 - color contains mainly: green. Hex color #95DDCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95DDCA is #6A2235. Grayscale: #C5C5C5. Windows color (decimal): -6955574 or 13294997. OLE color: 13294997.

HSL color Cylindrical-coordinate representation of color #95DDCA: hue angle of 164.17º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #95DDCA is Cyan = 0.33, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB149221202-
CMYK0.3300.090.13
HSL164.17º51.43%72.55%-
HSV(B)164.17º32.58%86.67%-
XYZ48.9162.3765.34-
YUV197.31130.6593.54-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.05%
GREEN value IS 221 (86.72% from 255) = 38.64%
BLUE value IS 202 (79.30% from 255) = 35.31%
R=26.05%
G=38.64%
B=35.31%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1492212020.3300.090.13164.1751.4372.55
Hex95DDCA2109Da43349
Octal225335312410111524463111
Binary100101011101110111001010100001010011101101001001100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95DDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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