#95DCC4

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

Shades of Riptide #95DCC4

Tints of Riptide #95DCC4

Color information

#95DCC4 (or 0x95DCC4) is unknown color: approx Riptide. HEX triplet: 95, DC and C4. RGB value is (149,220,196). Sum of RGB (Red+Green+Blue) = 149+220+196=565 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.37% from 565); Green value is 220 (86.33% from 255 or 38.94% from 565); Blue value is 196 (76.95% from 255 or 34.69% from 565); Max value from RGB is 220 - color contains mainly: green. Hex color #95DCC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95DCC4 is #6A233B. Grayscale: #C4C4C4. Windows color (decimal): -6955836 or 12901525. OLE color: 12901525.

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

Color convert

RGB149220196-
CMYK0.3200.110.14
HSL159.72º50.35%72.35%-
HSV(B)159.72º32.27%86.27%-
XYZ47.9561.5661.58-
YUV196.03127.9894.45-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.37%
GREEN value IS 220 (86.33% from 255) = 38.94%
BLUE value IS 196 (76.95% from 255) = 34.69%
R=26.37%
G=38.94%
B=34.69%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1492201960.3200.110.14159.7250.3572.35
Hex95DCC4200BEa03248
Octal225334304400131624062110
Binary100101011101110011000100100000010111110101000001100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95DCC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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