Html Css Color HEX #7ACDCB Downy

📋 copy color: '#7ACDCB'

red 122 ◦ green 205 ◦ blue 203

#7ACDCB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Downy #7ACDCB

Tints of Downy #7ACDCB

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.3%

R = 23.02%
G = 38.68%
B = 38.3%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.01

 K value IS 0.20

RGB Variations

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

Color information

#7ACDCB (or 0x7ACDCB) is known color: 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

RGB 122 205 203 -
CMYK 0.40 0 0.01 0.20
HSL 178.55º 0.45% 0.64% -
HSV(B) 178.55º 0.4% 0.8% -
XYZ 40.64 52.11 64.42 -
YUV 179.96 141 86.66 -
System Red Green Blue C M Y K H S L
Decimal 122 205 203 0.40 0 0.01 0.20 178.55 0.45 0.64
Hex 7A CD CB 28 0 1 14 B3 2D 40
Octal 172 315 313 50 0 1 24 263 55 100
Binary 1111010 11001101 11001011 101000 0 1 10100 10110011 101101 1000000

Color Harmonies of #7ACDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ACDCB

Black with #7ACDCB

Text Example


Text Example

White with #7ACDCB

Text Example


Text Example

HTML Codes & Css Web 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>