#94DCC1

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

Shades of Riptide #94DCC1

Tints of Riptide #94DCC1

Color information

#94DCC1 (or 0x94DCC1) is unknown color: approx Riptide. HEX triplet: 94, DC and C1. RGB value is (148,220,193). Sum of RGB (Red+Green+Blue) = 148+220+193=561 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.38% from 561); Green value is 220 (86.33% from 255 or 39.22% from 561); Blue value is 193 (75.78% from 255 or 34.40% from 561); Max value from RGB is 220 - color contains mainly: green. Hex color #94DCC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94DCC1 is #6B233E. Grayscale: #C3C3C3. Windows color (decimal): -7021375 or 12704916. OLE color: 12704916.

HSL color Cylindrical-coordinate representation of color #94DCC1: hue angle of 157.5º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #94DCC1 is Cyan = 0.33, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB148220193-
CMYK0.3300.120.14
HSL157.5º50.7%72.16%-
HSV(B)157.5º32.73%86.27%-
XYZ47.4361.3359.79-
YUV195.39126.6594.2-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.38%
GREEN value IS 220 (86.33% from 255) = 39.22%
BLUE value IS 193 (75.78% from 255) = 34.40%
R=26.38%
G=39.22%
B=34.40%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1482201930.3300.120.14157.550.772.16
Hex94DCC1210CE9e3348
Octal224334301410141623663110
Binary100101001101110011000001100001011001110100111101100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94DCC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,220,193); }

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

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

 a { background-color: rgb(148,220,193); }

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

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

 span { border-color: rgb(148,220,193); }

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