#95DCCD

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

Shades of Riptide #95DCCD

Tints of Riptide #95DCCD

Color information

#95DCCD (or 0x95DCCD) is unknown color: approx Riptide. HEX triplet: 95, DC and CD. RGB value is (149,220,205). Sum of RGB (Red+Green+Blue) = 149+220+205=574 (76% of max value = 765). Red value is 149 (58.59% from 255 or 25.96% from 574); Green value is 220 (86.33% from 255 or 38.33% from 574); Blue value is 205 (80.47% from 255 or 35.71% from 574); Max value from RGB is 220 - color contains mainly: green. Hex color #95DCCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95DCCD is #6A2332. Grayscale: #C5C5C5. Windows color (decimal): -6955827 or 13491349. OLE color: 13491349.

HSL color Cylindrical-coordinate representation of color #95DCCD: hue angle of 167.32º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #95DCCD is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB149220205-
CMYK0.3200.070.14
HSL167.32º50.35%72.35%-
HSV(B)167.32º32.27%86.27%-
XYZ49.0161.9867.14-
YUV197.06132.4893.72-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 25.96%
GREEN value IS 220 (86.33% from 255) = 38.33%
BLUE value IS 205 (80.47% from 255) = 35.71%
R=25.96%
G=38.33%
B=35.71%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1492202050.3200.070.14167.3250.3572.35
Hex95DCCD2007Ea73248
Octal22533431540071624762110
Binary10010101110111001100110110000001111110101001111100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95DCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,220,205); }

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

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

 a { background-color: rgb(149,220,205); }

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

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

 span { border-color: rgb(149,220,205); }

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