#94D7C8

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

Shades of Riptide #94D7C8

Tints of Riptide #94D7C8

Color information

#94D7C8 (or 0x94D7C8) is unknown color: approx Riptide. HEX triplet: 94, D7 and C8. RGB value is (148,215,200). Sum of RGB (Red+Green+Blue) = 148+215+200=563 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.29% from 563); Green value is 215 (84.38% from 255 or 38.19% from 563); Blue value is 200 (78.52% from 255 or 35.52% from 563); Max value from RGB is 215 - color contains mainly: green. Hex color #94D7C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94D7C8 is #6B2837. Grayscale: #C1C1C1. Windows color (decimal): -7022648 or 13162388. OLE color: 13162388.

HSL color Cylindrical-coordinate representation of color #94D7C8: hue angle of 166.57º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #94D7C8 is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB148215200-
CMYK0.3100.070.16
HSL166.57º45.58%71.18%-
HSV(B)166.57º31.16%84.31%-
XYZ46.9459.0763.57-
YUV193.26131.895.72-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.29%
GREEN value IS 215 (84.38% from 255) = 38.19%
BLUE value IS 200 (78.52% from 255) = 35.52%
R=26.29%
G=38.19%
B=35.52%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1482152000.3100.070.16166.5745.5871.18
Hex94D7C81F0710a72e47
Octal22432731037072024756107
Binary10010100110101111100100011111011110000101001111011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D7C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94D7C8; }

 p { color: rgb(148,215,200); }

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

<style>
 a { background-color: #94D7C8; }

 a { background-color: rgb(148,215,200); }

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

<style>
 span { border-color: #94D7C8; }

 span { border-color: rgb(148,215,200); }

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