#7CC3CC

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

Shades of Seagull #7CC3CC

Tints of Seagull #7CC3CC

Color information

#7CC3CC (or 0x7CC3CC) is unknown color: approx Seagull. HEX triplet: 7C, C3 and CC. RGB value is (124,195,204). Sum of RGB (Red+Green+Blue) = 124+195+204=523 (69% of max value = 765). Red value is 124 (48.83% from 255 or 23.71% from 523); Green value is 195 (76.56% from 255 or 37.28% 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 #7CC3CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CC3CC is #833C33. Grayscale: #AEAEAE. Windows color (decimal): -8600628 or 13419388. OLE color: 13419388.

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

Color convert

RGB124195204-
CMYK0.390.0400.2
HSL186.75º43.96%64.31%-
HSV(B)186.75º39.22%80%-
XYZ38.7347.6764.29-
YUV174.8144.4891.77-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 23.71%
GREEN value IS 195 (76.56% from 255) = 37.28%
BLUE value IS 204 (80.08% from 255) = 39.01%
R=23.71%
G=37.28%
B=39.01%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1241952040.390.0400.2186.7543.9664.31
Hex7CC3CC274014bb2c40
Octal17430331447402427354100
Binary11111001100001111001100100111100010100101110111011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CC3CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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