Html Css Color HEX #7ACACC Spray

📋 copy color: '#7ACACC'

red 122 ◦ green 202 ◦ blue 204

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

Shades of Spray #7ACACC

Tints of Spray #7ACACC

RGB

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

 GREEN value IS 202 (79.3% from 255) = 38.26%

 BLUE value IS 204 (80.08% from 255) = 38.64%

R = 23.11%
G = 38.26%
B = 38.64%

CMYK

 C value IS 0.40

 M value IS 0.01

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7ACACC (or 0x7ACACC) is known color: Spray. HEX triplet: 7A, CA and CC. RGB value is (122,202,204). Sum of RGB (Red+Green+Blue) = 122+202+204=528 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.11% from 528); Green value is 202 (79.30% from 255 or 38.26% from 528); Blue value is 204 (80.08% from 255 or 38.64% from 528); Max value from RGB is 204 - color contains mainly: blue. Hex color #7ACACC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ACACC is #853533. Grayscale: #B2B2B2. Windows color (decimal): -8729908 or 13421178. OLE color: 13421178.

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

Color convert

RGB 122 202 204 -
CMYK 0.40 0.01 0 0.2
HSL 181.46º 0.45% 0.64% -
HSV(B) 181.46º 0.4% 0.8% -
XYZ 40.05 50.74 64.81 -
YUV 178.31 142.5 87.84 -
System Red Green Blue C M Y K H S L
Decimal 122 202 204 0.40 0.01 0 0.2 181.46 0.45 0.64
Hex 7A CA CC 28 1 0 14 B5 2D 40
Octal 172 312 314 50 1 0 24 265 55 100
Binary 1111010 11001010 11001100 101000 1 0 10100 10110101 101101 1000000

Color Harmonies of #7ACACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ACACC

Black with #7ACACC

Text Example


Text Example

White with #7ACACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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