#7ACDCB

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

Shades of Downy #7ACDCB

Tints of Downy #7ACDCB

Color information

#7ACDCB (or 0x7ACDCB) is unknown color: approx Downy. HEX triplet: 7A, CD and CB. RGB value is (122,205,203). Sum of RGB (Red+Green+Blue) = 122+205+203=530 (70% of max value = 765). Red value is 122 (48.05% from 255 or 23.02% from 530); Green value is 205 (80.47% from 255 or 38.68% from 530); Blue value is 203 (79.69% from 255 or 38.30% from 530); Max value from RGB is 205 - color contains mainly: green. Hex color #7ACDCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ACDCB is #853234. Grayscale: #B3B3B3. Windows color (decimal): -8729141 or 13356410. OLE color: 13356410.

HSL color Cylindrical-coordinate representation of color #7ACDCB: hue angle of 178.55º degrees, saturation: 0.45, 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 #7ACDCB is Cyan = 0.40, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB122205203-
CMYK0.4000.010.20
HSL178.55º45.36%64.12%-
HSV(B)178.55º40.49%80.39%-
XYZ40.6452.1164.42-
YUV179.9614186.66-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 23.02%
GREEN value IS 205 (80.47% from 255) = 38.68%
BLUE value IS 203 (79.69% from 255) = 38.30%
R=23.02%
G=38.68%
B=38.30%

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
Decimal1222052030.4000.010.20178.5545.3664.12
Hex7ACDCB280114b32d40
Octal17231531350012426355100
Binary111101011001101110010111010000110100101100111011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ACDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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