#94D9CD

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

Shades of Riptide #94D9CD

Tints of Riptide #94D9CD

Color information

#94D9CD (or 0x94D9CD) is unknown color: approx Riptide. HEX triplet: 94, D9 and CD. RGB value is (148,217,205). Sum of RGB (Red+Green+Blue) = 148+217+205=570 (75% of max value = 765). Red value is 148 (58.20% from 255 or 25.96% from 570); Green value is 217 (85.16% from 255 or 38.07% from 570); Blue value is 205 (80.47% from 255 or 35.96% from 570); Max value from RGB is 217 - color contains mainly: green. Hex color #94D9CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94D9CD is #6B2632. Grayscale: #C2C2C2. Windows color (decimal): -7022131 or 13490580. OLE color: 13490580.

HSL color Cylindrical-coordinate representation of color #94D9CD: hue angle of 169.57º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #94D9CD is Cyan = 0.32, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB148217205-
CMYK0.3200.060.15
HSL169.57º47.59%71.57%-
HSV(B)169.57º31.8%85.1%-
XYZ48.0560.3366.87-
YUV195133.6494.48-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 25.96%
GREEN value IS 217 (85.16% from 255) = 38.07%
BLUE value IS 205 (80.47% from 255) = 35.96%
R=25.96%
G=38.07%
B=35.96%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1482172050.3200.060.15169.5747.5971.57
Hex94D9CD2006Faa3048
Octal22433131540061725260110
Binary10010100110110011100110110000001101111101010101100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,217,205); }

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

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

 a { background-color: rgb(148,217,205); }

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

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

 span { border-color: rgb(148,217,205); }

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