#7CC0CC

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

Shades of Seagull #7CC0CC

Tints of Seagull #7CC0CC

Color information

#7CC0CC (or 0x7CC0CC) is unknown color: approx Seagull. HEX triplet: 7C, C0 and CC. RGB value is (124,192,204). Sum of RGB (Red+Green+Blue) = 124+192+204=520 (68% of max value = 765). Red value is 124 (48.83% from 255 or 23.85% from 520); Green value is 192 (75.39% from 255 or 36.92% from 520); Blue value is 204 (80.08% from 255 or 39.23% from 520); Max value from RGB is 204 - color contains mainly: blue. Hex color #7CC0CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CC0CC is #833F33. Grayscale: #ACACAC. Windows color (decimal): -8601396 or 13418620. OLE color: 13418620.

HSL color Cylindrical-coordinate representation of color #7CC0CC: hue angle of 189º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7CC0CC is Cyan = 0.39, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB124192204-
CMYK0.390.0600.2
HSL189º43.96%64.31%-
HSV(B)189º39.22%80%-
XYZ38.0646.3464.07-
YUV173.04145.4793.02-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 23.85%
GREEN value IS 192 (75.39% from 255) = 36.92%
BLUE value IS 204 (80.08% from 255) = 39.23%
R=23.85%
G=36.92%
B=39.23%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1241922040.390.0600.218943.9664.31
Hex7CC0CC276014bd2c40
Octal17430031447602427554100
Binary11111001100000011001100100111110010100101111011011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CC0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,192,204); }

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

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

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

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

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

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

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