#95DCC6

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

Shades of Riptide #95DCC6

Tints of Riptide #95DCC6

Color information

#95DCC6 (or 0x95DCC6) is unknown color: approx Riptide. HEX triplet: 95, DC and C6. RGB value is (149,220,198). Sum of RGB (Red+Green+Blue) = 149+220+198=567 (75% of max value = 765). Red value is 149 (58.59% from 255 or 26.28% from 567); Green value is 220 (86.33% from 255 or 38.80% from 567); Blue value is 198 (77.73% from 255 or 34.92% from 567); Max value from RGB is 220 - color contains mainly: green. Hex color #95DCC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95DCC6 is #6A2339. Grayscale: #C4C4C4. Windows color (decimal): -6955834 or 13032597. OLE color: 13032597.

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

Color convert

RGB149220198-
CMYK0.3200.10.14
HSL161.41º50.35%72.35%-
HSV(B)161.41º32.27%86.27%-
XYZ48.1861.6562.79-
YUV196.26128.9894.29-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.28%
GREEN value IS 220 (86.33% from 255) = 38.80%
BLUE value IS 198 (77.73% from 255) = 34.92%
R=26.28%
G=38.80%
B=34.92%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1492201980.3200.10.14161.4150.3572.35
Hex95DCC6200AEa13248
Octal225334306400121624162110
Binary100101011101110011000110100000010101110101000011100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95DCC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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