Html Css Color HEX #7ACCCC Spray

📋 copy color: '#7ACCCC'

red 122 ◦ green 204 ◦ blue 204

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

Shades of Spray #7ACCCC

Tints of Spray #7ACCCC

RGB

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

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

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

R = 23.02%
G = 38.49%
B = 38.49%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7ACCCC (or 0x7ACCCC) is known color: Spray. HEX triplet: 7A, CC and CC. RGB value is (122,204,204). Sum of RGB (Red+Green+Blue) = 122+204+204=530 (70% of max value = 765). Red value is 122 (48.05% from 255 or 23.02% from 530); Green value is 204 (80.08% from 255 or 38.49% from 530); Blue value is 204 (80.08% from 255 or 38.49% from 530); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #7ACCCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ACCCC is #853333. Grayscale: #B3B3B3. Windows color (decimal): -8729396 or 13421690. OLE color: 13421690.

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

Color convert

RGB 122 204 204 -
CMYK 0.40 0 0 0.2
HSL 180º 0.45% 0.64% -
HSV(B) 180º 0.4% 0.8% -
XYZ 40.52 51.68 64.97 -
YUV 179.48 141.83 87 -
System Red Green Blue C M Y K H S L
Decimal 122 204 204 0.40 0 0 0.2 180 0.45 0.64
Hex 7A CC CC 28 0 0 14 B4 2D 40
Octal 172 314 314 50 0 0 24 264 55 100
Binary 1111010 11001100 11001100 101000 0 0 10100 10110100 101101 1000000

Color Harmonies of #7ACCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ACCCC

Black with #7ACCCC

Text Example


Text Example

White with #7ACCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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