#74C0CE

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

Shades of Seagull #74C0CE

Tints of Seagull #74C0CE

Color information

#74C0CE (or 0x74C0CE) is unknown color: approx Seagull. HEX triplet: 74, C0 and CE. RGB value is (116,192,206). Sum of RGB (Red+Green+Blue) = 116+192+206=514 (68% of max value = 765). Red value is 116 (45.70% from 255 or 22.57% from 514); Green value is 192 (75.39% from 255 or 37.35% from 514); Blue value is 206 (80.86% from 255 or 40.08% from 514); Max value from RGB is 206 - color contains mainly: blue. Hex color #74C0CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74C0CE is #8B3F31. Grayscale: #AAAAAA. Windows color (decimal): -9125682 or 13549684. OLE color: 13549684.

HSL color Cylindrical-coordinate representation of color #74C0CE: hue angle of 189.33º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #74C0CE is Cyan = 0.44, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB116192206-
CMYK0.440.0700.19
HSL189.33º47.87%63.14%-
HSV(B)189.33º43.69%80.78%-
XYZ37.1945.8765.29-
YUV170.87147.8288.86-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 22.57%
GREEN value IS 192 (75.39% from 255) = 37.35%
BLUE value IS 206 (80.86% from 255) = 40.08%
R=22.57%
G=37.35%
B=40.08%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1161922060.440.0700.19189.3347.8763.14
Hex74C0CE2C7013bd303f
Octal1643003165470232756077
Binary1110100110000001100111010110011101001110111101110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,192,206); }

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

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

 a { background-color: rgb(116,192,206); }

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

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

 span { border-color: rgb(116,192,206); }

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