#7ACBC8

Color #7ACBC8 Downy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Downy #7ACBC8

Tints of Downy #7ACBC8

Color information

#7ACBC8 (or 0x7ACBC8) is unknown color: approx Downy. HEX triplet: 7A, CB and C8. RGB value is (122,203,200). Sum of RGB (Red+Green+Blue) = 122+203+200=525 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.24% from 525); Green value is 203 (79.69% from 255 or 38.67% from 525); Blue value is 200 (78.52% from 255 or 38.10% from 525); Max value from RGB is 203 - color contains mainly: green. Hex color #7ACBC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ACBC8 is #853437. Grayscale: #B2B2B2. Windows color (decimal): -8729656 or 13159290. OLE color: 13159290.

HSL color Cylindrical-coordinate representation of color #7ACBC8: hue angle of 177.78º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7ACBC8 is Cyan = 0.40, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB122203200-
CMYK0.4000.010.20
HSL177.78º43.78%63.73%-
HSV(B)177.78º39.9%79.61%-
XYZ39.8151.0262.39-
YUV178.44140.1687.74-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 23.24%
GREEN value IS 203 (79.69% from 255) = 38.67%
BLUE value IS 200 (78.52% from 255) = 38.10%
R=23.24%
G=38.67%
B=38.10%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1222032000.4000.010.20177.7843.7863.73
Hex7ACBC8280114b22c40
Octal17231331050012426254100
Binary111101011001011110010001010000110100101100101011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ACBC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7ACBC8; }

 p { color: rgb(122,203,200); }

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

<style>
 a { background-color: #7ACBC8; }

 a { background-color: rgb(122,203,200); }

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

<style>
 span { border-color: #7ACBC8; }

 span { border-color: rgb(122,203,200); }

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