#8DDDC4

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

Shades of Riptide #8DDDC4

Tints of Riptide #8DDDC4

Color information

#8DDDC4 (or 0x8DDDC4) is unknown color: approx Riptide. HEX triplet: 8D, DD and C4. RGB value is (141,221,196). Sum of RGB (Red+Green+Blue) = 141+221+196=558 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.27% from 558); Green value is 221 (86.72% from 255 or 39.61% from 558); Blue value is 196 (76.95% from 255 or 35.13% from 558); Max value from RGB is 221 - color contains mainly: green. Hex color #8DDDC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DDDC4 is #72223B. Grayscale: #C2C2C2. Windows color (decimal): -7479868 or 12901773. OLE color: 12901773.

HSL color Cylindrical-coordinate representation of color #8DDDC4: hue angle of 161.25º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8DDDC4 is Cyan = 0.36, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB141221196-
CMYK0.3600.110.13
HSL161.25º54.05%70.98%-
HSV(B)161.25º36.2%86.67%-
XYZ46.861.3661.6-
YUV194.2312990.03-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.27%
GREEN value IS 221 (86.72% from 255) = 39.61%
BLUE value IS 196 (76.95% from 255) = 35.13%
R=25.27%
G=39.61%
B=35.13%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1412211960.3600.110.13161.2554.0570.98
Hex8DDDC4240BDa13647
Octal215335304440131524166107
Binary100011011101110111000100100100010111101101000011101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DDDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8DDDC4; }

 p { color: rgb(141,221,196); }

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

<style>
 a { background-color: #8DDDC4; }

 a { background-color: rgb(141,221,196); }

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

<style>
 span { border-color: #8DDDC4; }

 span { border-color: rgb(141,221,196); }

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