#8ACFCC

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

Shades of Riptide #8ACFCC

Tints of Riptide #8ACFCC

Color information

#8ACFCC (or 0x8ACFCC) is unknown color: approx Riptide. HEX triplet: 8A, CF and CC. RGB value is (138,207,204). Sum of RGB (Red+Green+Blue) = 138+207+204=549 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.14% from 549); Green value is 207 (81.25% from 255 or 37.70% from 549); Blue value is 204 (80.08% from 255 or 37.16% from 549); Max value from RGB is 207 - color contains mainly: green. Hex color #8ACFCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ACFCC is #753033. Grayscale: #B9B9B9. Windows color (decimal): -7680052 or 13422474. OLE color: 13422474.

HSL color Cylindrical-coordinate representation of color #8ACFCC: hue angle of 177.39º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8ACFCC is Cyan = 0.33, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB138207204-
CMYK0.3300.010.19
HSL177.39º41.82%67.65%-
HSV(B)177.39º33.33%81.18%-
XYZ43.6954.3965.32-
YUV186.03138.1493.74-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.14%
GREEN value IS 207 (81.25% from 255) = 37.70%
BLUE value IS 204 (80.08% from 255) = 37.16%
R=25.14%
G=37.70%
B=37.16%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1382072040.3300.010.19177.3941.8267.65
Hex8ACFCC210113b12a44
Octal21231731441012326152104
Binary1000101011001111110011001000010110011101100011010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ACFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,207,204); }

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

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

 a { background-color: rgb(138,207,204); }

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

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

 span { border-color: rgb(138,207,204); }

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