Html Css Color HEX #7ACCBE Downy

📋 copy color: '#7ACCBE'

red 122 ◦ green 204 ◦ blue 190

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

Shades of Downy #7ACCBE

Tints of Downy #7ACCBE

RGB

 RED value IS 122 (48.05% from 255) = 23.64%

 GREEN value IS 204 (80.08% from 255) = 39.53%

 BLUE value IS 190 (74.61% from 255) = 36.82%

R = 23.64%
G = 39.53%
B = 36.82%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#7ACCBE (or 0x7ACCBE) is known color: Downy. HEX triplet: 7A, CC and BE. RGB value is (122,204,190). Sum of RGB (Red+Green+Blue) = 122+204+190=516 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.64% from 516); Green value is 204 (80.08% from 255 or 39.53% from 516); Blue value is 190 (74.61% from 255 or 36.82% from 516); Max value from RGB is 204 - color contains mainly: green. Hex color #7ACCBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ACCBE is #853341. Grayscale: #B1B1B1. Windows color (decimal): -8729410 or 12504186. OLE color: 12504186.

HSL color Cylindrical-coordinate representation of color #7ACCBE: hue angle of 169.76º 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 #7ACCBE is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB 122 204 190 -
CMYK 0.40 0 0.07 0.2
HSL 169.76º 0.45% 0.64% -
HSV(B) 169.76º 0.4% 0.8% -
XYZ 38.91 51.04 56.52 -
YUV 177.89 134.83 88.14 -
System Red Green Blue C M Y K H S L
Decimal 122 204 190 0.40 0 0.07 0.2 169.76 0.45 0.64
Hex 7A CC BE 28 0 7 14 AA 2D 40
Octal 172 314 276 50 0 7 24 252 55 100
Binary 1111010 11001100 10111110 101000 0 111 10100 10101010 101101 1000000

Color Harmonies of #7ACCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ACCBE

Black with #7ACCBE

Text Example


Text Example

White with #7ACCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,204,190); }

 H1.HeaderClassName
 {
   color: #7ACCBE;
 }
 .AnyTagClassName
 {
   color: #7ACCBE;
 }
</style>

background-color css

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

 a { background-color: rgb(122,204,190); }

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

border-color css

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

 span { border-color: rgb(122,204,190); }

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