#7AC3CC

Color #7AC3CC Seagull (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seagull #7AC3CC

Tints of Seagull #7AC3CC

Color information

#7AC3CC (or 0x7AC3CC) is unknown color: approx Seagull. HEX triplet: 7A, C3 and CC. RGB value is (122,195,204). Sum of RGB (Red+Green+Blue) = 122+195+204=521 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.42% from 521); Green value is 195 (76.56% from 255 or 37.43% from 521); Blue value is 204 (80.08% from 255 or 39.16% from 521); Max value from RGB is 204 - color contains mainly: blue. Hex color #7AC3CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AC3CC is #853C33. Grayscale: #AEAEAE. Windows color (decimal): -8731700 or 13419386. OLE color: 13419386.

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

Color convert

RGB122195204-
CMYK0.400.0400.2
HSL186.59º44.57%63.92%-
HSV(B)186.59º40.2%80%-
XYZ38.4447.5364.27-
YUV174.2144.8290.77-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 23.42%
GREEN value IS 195 (76.56% from 255) = 37.43%
BLUE value IS 204 (80.08% from 255) = 39.16%
R=23.42%
G=37.43%
B=39.16%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1221952040.400.0400.2186.5944.5763.92
Hex7AC3CC284014bb2d40
Octal17230331450402427355100
Binary11110101100001111001100101000100010100101110111011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AC3CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7AC3CC;
 }
 .AnyTagClassName
 {
   color: #7AC3CC;
 }
</style>
background-color css

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

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

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

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

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

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