Html Css Color HEX #7AC5CC Spray

📋 copy color: '#7AC5CC'

red 122 ◦ green 197 ◦ blue 204

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

Shades of Spray #7AC5CC

Tints of Spray #7AC5CC

RGB

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

 GREEN value IS 197 (77.34% from 255) = 37.67%

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

R = 23.33%
G = 37.67%
B = 39.01%

CMYK

 C value IS 0.40

 M value IS 0.03

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7AC5CC (or 0x7AC5CC) is known color: Spray. HEX triplet: 7A, C5 and CC. RGB value is (122,197,204). Sum of RGB (Red+Green+Blue) = 122+197+204=523 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.33% from 523); Green value is 197 (77.34% from 255 or 37.67% from 523); Blue value is 204 (80.08% from 255 or 39.01% from 523); Max value from RGB is 204 - color contains mainly: blue. Hex color #7AC5CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AC5CC is #853A33. Grayscale: #AFAFAF. Windows color (decimal): -8731188 or 13419898. OLE color: 13419898.

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

Color convert

RGB 122 197 204 -
CMYK 0.40 0.03 0 0.2
HSL 185.12º 0.45% 0.64% -
HSV(B) 185.12º 0.4% 0.8% -
XYZ 38.89 48.43 64.42 -
YUV 175.37 144.15 89.93 -
System Red Green Blue C M Y K H S L
Decimal 122 197 204 0.40 0.03 0 0.2 185.12 0.45 0.64
Hex 7A C5 CC 28 3 0 14 B9 2D 40
Octal 172 305 314 50 3 0 24 271 55 100
Binary 1111010 11000101 11001100 101000 11 0 10100 10111001 101101 1000000

Color Harmonies of #7AC5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AC5CC

Black with #7AC5CC

Text Example


Text Example

White with #7AC5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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