#95DDC3

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

Shades of Riptide #95DDC3

Tints of Riptide #95DDC3

Color information

#95DDC3 (or 0x95DDC3) is unknown color: approx Riptide. HEX triplet: 95, DD and C3. RGB value is (149,221,195). Sum of RGB (Red+Green+Blue) = 149+221+195=565 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.37% from 565); Green value is 221 (86.72% from 255 or 39.12% from 565); Blue value is 195 (76.56% from 255 or 34.51% from 565); Max value from RGB is 221 - color contains mainly: green. Hex color #95DDC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95DDC3 is #6A223C. Grayscale: #C4C4C4. Windows color (decimal): -6955581 or 12836245. OLE color: 12836245.

HSL color Cylindrical-coordinate representation of color #95DDC3: hue angle of 158.33º 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 #95DDC3 is Cyan = 0.33, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB149221195-
CMYK0.3300.120.13
HSL158.33º51.43%72.55%-
HSV(B)158.33º32.58%86.67%-
XYZ48.162.0461.07-
YUV196.51127.1594.11-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.37%
GREEN value IS 221 (86.72% from 255) = 39.12%
BLUE value IS 195 (76.56% from 255) = 34.51%
R=26.37%
G=39.12%
B=34.51%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1492211950.3300.120.13158.3351.4372.55
Hex95DDC3210CD9e3349
Octal225335303410141523663111
Binary100101011101110111000011100001011001101100111101100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95DDC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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