#94E1D6

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

Shades of Riptide #94E1D6

Tints of Riptide #94E1D6

Color information

#94E1D6 (or 0x94E1D6) is unknown color: approx Riptide. HEX triplet: 94, E1 and D6. RGB value is (148,225,214). Sum of RGB (Red+Green+Blue) = 148+225+214=587 (77% of max value = 765). Red value is 148 (58.20% from 255 or 25.21% from 587); Green value is 225 (88.28% from 255 or 38.33% from 587); Blue value is 214 (83.98% from 255 or 36.46% from 587); Max value from RGB is 225 - color contains mainly: green. Hex color #94E1D6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94E1D6 is #6B1E29. Grayscale: #C8C8C8. Windows color (decimal): -7020074 or 14082452. OLE color: 14082452.

HSL color Cylindrical-coordinate representation of color #94E1D6: hue angle of 171.43º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #94E1D6 is Cyan = 0.34, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.12.

Color convert

RGB148225214-
CMYK0.3400.050.12
HSL171.43º56.2%73.14%-
HSV(B)171.43º34.22%88.24%-
XYZ51.286573.46-
YUV200.72135.4990.39-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 25.21%
GREEN value IS 225 (88.28% from 255) = 38.33%
BLUE value IS 214 (83.98% from 255) = 36.46%
R=25.21%
G=38.33%
B=36.46%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1482252140.3400.050.12171.4356.273.14
Hex94E1D62205Cab3849
Octal22434132642051425370111
Binary10010100111000011101011010001001011100101010111110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94E1D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,225,214); }

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

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

 a { background-color: rgb(148,225,214); }

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

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

 span { border-color: rgb(148,225,214); }

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