#74C4CB

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

Shades of Seagull #74C4CB

Tints of Seagull #74C4CB

Color information

#74C4CB (or 0x74C4CB) is unknown color: approx Seagull. HEX triplet: 74, C4 and CB. RGB value is (116,196,203). Sum of RGB (Red+Green+Blue) = 116+196+203=515 (68% of max value = 765). Red value is 116 (45.70% from 255 or 22.52% from 515); Green value is 196 (76.95% from 255 or 38.06% from 515); Blue value is 203 (79.69% from 255 or 39.42% from 515); Max value from RGB is 203 - color contains mainly: blue. Hex color #74C4CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74C4CB is #8B3B34. Grayscale: #ACACAC. Windows color (decimal): -9124661 or 13354100. OLE color: 13354100.

HSL color Cylindrical-coordinate representation of color #74C4CB: hue angle of 184.83º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #74C4CB is Cyan = 0.43, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB116196203-
CMYK0.430.0300.20
HSL184.83º45.55%62.55%-
HSV(B)184.83º42.86%79.61%-
XYZ37.7247.563.68-
YUV172.8814587.43-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 22.52%
GREEN value IS 196 (76.95% from 255) = 38.06%
BLUE value IS 203 (79.69% from 255) = 39.42%
R=22.52%
G=38.06%
B=39.42%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1161962030.430.0300.20184.8345.5562.55
Hex74C4CB2B3014b92e3f
Octal1643043135330242715677
Binary111010011000100110010111010111101010010111001101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C4CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,196,203); }

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

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

 a { background-color: rgb(116,196,203); }

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

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

 span { border-color: rgb(116,196,203); }

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