#74C0DC

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

Shades of Seagull #74C0DC

Tints of Seagull #74C0DC

Color information

#74C0DC (or 0x74C0DC) is unknown color: approx Seagull. HEX triplet: 74, C0 and DC. RGB value is (116,192,220). Sum of RGB (Red+Green+Blue) = 116+192+220=528 (69% of max value = 765). Red value is 116 (45.70% from 255 or 21.97% from 528); Green value is 192 (75.39% from 255 or 36.36% from 528); Blue value is 220 (86.33% from 255 or 41.67% from 528); Max value from RGB is 220 - color contains mainly: blue. Hex color #74C0DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74C0DC is #8B3F23. Grayscale: #ACACAC. Windows color (decimal): -9125668 or 14467188. OLE color: 14467188.

HSL color Cylindrical-coordinate representation of color #74C0DC: hue angle of 196.15º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74C0DC is Cyan = 0.47, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB116192220-
CMYK0.470.1300.14
HSL196.15º59.77%65.88%-
HSV(B)196.15º47.27%86.27%-
XYZ38.9746.5874.65-
YUV172.47154.8287.72-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 21.97%
GREEN value IS 192 (75.39% from 255) = 36.36%
BLUE value IS 220 (86.33% from 255) = 41.67%
R=21.97%
G=36.36%
B=41.67%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1161922200.470.1300.14196.1559.7765.88
Hex74C0DC2FD0Ec43c42
Octal164300334571501630474102
Binary11101001100000011011100101111110101110110001001111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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