#74ACCC

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

Shades of Seagull #74ACCC

Tints of Seagull #74ACCC

Color information

#74ACCC (or 0x74ACCC) is unknown color: approx Seagull. HEX triplet: 74, AC and CC. RGB value is (116,172,204). Sum of RGB (Red+Green+Blue) = 116+172+204=492 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.58% from 492); Green value is 172 (67.58% from 255 or 34.96% from 492); Blue value is 204 (80.08% from 255 or 41.46% from 492); Max value from RGB is 204 - color contains mainly: blue. Hex color #74ACCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74ACCC is #8B5333. Grayscale: #9E9E9E. Windows color (decimal): -9130804 or 13413492. OLE color: 13413492.

HSL color Cylindrical-coordinate representation of color #74ACCC: hue angle of 201.82º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #74ACCC is Cyan = 0.43, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB116172204-
CMYK0.430.1600.2
HSL201.82º46.32%62.75%-
HSV(B)201.82º43.14%80%-
XYZ32.8537.5862.65-
YUV158.9153.4597.4-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.58%
GREEN value IS 172 (67.58% from 255) = 34.96%
BLUE value IS 204 (80.08% from 255) = 41.46%
R=23.58%
G=34.96%
B=41.46%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1161722040.430.1600.2201.8246.3262.75
Hex74ACCC2B10014ca2e3f
Octal16425431453200243125677
Binary111010010101100110011001010111000001010011001010101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74ACCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74ACCC; }

 p { color: rgb(116,172,204); }

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

<style>
 a { background-color: #74ACCC; }

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

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

<style>
 span { border-color: #74ACCC; }

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

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