#94E7C8

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

Shades of Riptide #94E7C8

Tints of Riptide #94E7C8

Color information

#94E7C8 (or 0x94E7C8) is unknown color: approx Riptide. HEX triplet: 94, E7 and C8. RGB value is (148,231,200). Sum of RGB (Red+Green+Blue) = 148+231+200=579 (76% of max value = 765). Red value is 148 (58.20% from 255 or 25.56% from 579); Green value is 231 (90.62% from 255 or 39.90% from 579); Blue value is 200 (78.52% from 255 or 34.54% from 579); Max value from RGB is 231 - color contains mainly: green. Hex color #94E7C8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94E7C8 is #6B1837. Grayscale: #CACACA. Windows color (decimal): -7018552 or 13166484. OLE color: 13166484.

HSL color Cylindrical-coordinate representation of color #94E7C8: hue angle of 157.59º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #94E7C8 is Cyan = 0.36, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB148231200-
CMYK0.3600.130.09
HSL157.59º63.36%74.31%-
HSV(B)157.59º35.93%90.59%-
XYZ51.2167.6265-
YUV202.65126.589.02-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 25.56%
GREEN value IS 231 (90.62% from 255) = 39.90%
BLUE value IS 200 (78.52% from 255) = 34.54%
R=25.56%
G=39.90%
B=34.54%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1482312000.3600.130.09157.5963.3674.31
Hex94E7C8240D99e3f4a
Octal224347310440151123677112
Binary100101001110011111001000100100011011001100111101111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94E7C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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