#74c2ce

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

Shades of Seagull #74C2CE

Tints of Seagull #74C2CE

Color information

#74C2CE (or 0x74C2CE) is unknown color: approx Seagull. HEX triplet: 74, C2 and CE. RGB value is (116,194,206). Sum of RGB (Red+Green+Blue) = 116+194+206=516 (68% of max value = 765). Red value is 116 (45.70% from 255 or 22.48% from 516); Green value is 194 (76.17% from 255 or 37.60% from 516); Blue value is 206 (80.86% from 255 or 39.92% from 516); Max value from RGB is 206 - color contains mainly: blue. Hex color #74C2CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74C2CE is #8B3D31. Grayscale: #ABABAB. Windows color (decimal): -9125170 or 13550196. OLE color: 13550196.

HSL color Cylindrical-coordinate representation of color #74C2CE: hue angle of 188º 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 #74C2CE is Cyan = 0.44, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB116194206-
CMYK0.440.0600.19
HSL188º47.87%63.14%-
HSV(B)188º43.69%80.78%-
XYZ37.6346.7565.43-
YUV172.05147.1688.02-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 22.48%
GREEN value IS 194 (76.17% from 255) = 37.60%
BLUE value IS 206 (80.86% from 255) = 39.92%
R=22.48%
G=37.60%
B=39.92%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1161942060.440.0600.1918847.8763.14
Hex74C2CE2C6013bc303f
Octal1643023165460232746077
Binary1110100110000101100111010110011001001110111100110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74c2ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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