#94E6D2

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

Shades of Riptide #94E6D2

Tints of Riptide #94E6D2

Color information

#94E6D2 (or 0x94E6D2) is unknown color: approx Riptide. HEX triplet: 94, E6 and D2. RGB value is (148,230,210). Sum of RGB (Red+Green+Blue) = 148+230+210=588 (77% of max value = 765). Red value is 148 (58.20% from 255 or 25.17% from 588); Green value is 230 (90.23% from 255 or 39.12% from 588); Blue value is 210 (82.42% from 255 or 35.71% from 588); Max value from RGB is 230 - color contains mainly: green. Hex color #94E6D2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94E6D2 is #6B192D. Grayscale: #CBCBCB. Windows color (decimal): -7018798 or 13821588. OLE color: 13821588.

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

Color convert

RGB148230210-
CMYK0.3600.090.10
HSL165.37º62.12%74.12%-
HSV(B)165.37º35.65%90.2%-
XYZ52.1467.5471.26-
YUV203.2131.8388.63-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 25.17%
GREEN value IS 230 (90.23% from 255) = 39.12%
BLUE value IS 210 (82.42% from 255) = 35.71%
R=25.17%
G=39.12%
B=35.71%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1482302100.3600.090.10165.3762.1274.12
Hex94E6D22409Aa53e4a
Octal224346322440111224576112
Binary100101001110011011010010100100010011010101001011111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94E6D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,230,210); }

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

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

 a { background-color: rgb(148,230,210); }

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

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

 span { border-color: rgb(148,230,210); }

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