#95CEC6

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

Shades of Riptide #95CEC6

Tints of Riptide #95CEC6

Color information

#95CEC6 (or 0x95CEC6) is unknown color: approx Riptide. HEX triplet: 95, CE and C6. RGB value is (149,206,198). Sum of RGB (Red+Green+Blue) = 149+206+198=553 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.94% from 553); Green value is 206 (80.86% from 255 or 37.25% from 553); Blue value is 198 (77.73% from 255 or 35.80% from 553); Max value from RGB is 206 - color contains mainly: green. Hex color #95CEC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95CEC6 is #6A3139. Grayscale: #BCBCBC. Windows color (decimal): -6959418 or 13029013. OLE color: 13029013.

HSL color Cylindrical-coordinate representation of color #95CEC6: hue angle of 171.58º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #95CEC6 is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB149206198-
CMYK0.2800.040.19
HSL171.58º36.77%69.61%-
HSV(B)171.58º27.67%80.78%-
XYZ44.6654.6161.61-
YUV188.04133.62100.15-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.94%
GREEN value IS 206 (80.86% from 255) = 37.25%
BLUE value IS 198 (77.73% from 255) = 35.80%
R=26.94%
G=37.25%
B=35.80%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1492061980.2800.040.19171.5836.7769.61
Hex95CEC61C0413ac2546
Octal22531630634042325445106
Binary10010101110011101100011011100010010011101011001001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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