#94E3D3

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

Shades of Riptide #94E3D3

Tints of Riptide #94E3D3

Color information

#94E3D3 (or 0x94E3D3) is unknown color: approx Riptide. HEX triplet: 94, E3 and D3. RGB value is (148,227,211). Sum of RGB (Red+Green+Blue) = 148+227+211=586 (77% of max value = 765). Red value is 148 (58.20% from 255 or 25.26% from 586); Green value is 227 (89.06% from 255 or 38.74% from 586); Blue value is 211 (82.81% from 255 or 36.01% from 586); Max value from RGB is 227 - color contains mainly: green. Hex color #94E3D3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94E3D3 is #6B1C2C. Grayscale: #C9C9C9. Windows color (decimal): -7019565 or 13886356. OLE color: 13886356.

HSL color Cylindrical-coordinate representation of color #94E3D3: hue angle of 167.85º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #94E3D3 is Cyan = 0.35, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.11.

Color convert

RGB148227211-
CMYK0.3500.070.11
HSL167.85º58.52%73.53%-
HSV(B)167.85º34.8%89.02%-
XYZ51.4465.9471.64-
YUV201.55133.3389.8-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 25.26%
GREEN value IS 227 (89.06% from 255) = 38.74%
BLUE value IS 211 (82.81% from 255) = 36.01%
R=25.26%
G=38.74%
B=36.01%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1482272110.3500.070.11167.8558.5273.53
Hex94E3D32307Ba83b4a
Octal22434332343071325073112
Binary10010100111000111101001110001101111011101010001110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94E3D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,227,211); }

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

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

 a { background-color: rgb(148,227,211); }

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

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

 span { border-color: rgb(148,227,211); }

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