#71C2CD

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

Shades of Seagull #71C2CD

Tints of Seagull #71C2CD

Color information

#71C2CD (or 0x71C2CD) is unknown color: approx Seagull. HEX triplet: 71, C2 and CD. RGB value is (113,194,205). Sum of RGB (Red+Green+Blue) = 113+194+205=512 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.07% from 512); Green value is 194 (76.17% from 255 or 37.89% from 512); Blue value is 205 (80.47% from 255 or 40.04% from 512); Max value from RGB is 205 - color contains mainly: blue. Hex color #71C2CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71C2CD is #8E3D32. Grayscale: #AAAAAA. Windows color (decimal): -9321779 or 13484657. OLE color: 13484657.

HSL color Cylindrical-coordinate representation of color #71C2CD: hue angle of 187.17º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #71C2CD is Cyan = 0.45, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB113194205-
CMYK0.450.0500.20
HSL187.17º47.92%62.35%-
HSV(B)187.17º44.88%80.39%-
XYZ37.1246.564.78-
YUV171.04147.1686.61-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 22.07%
GREEN value IS 194 (76.17% from 255) = 37.89%
BLUE value IS 205 (80.47% from 255) = 40.04%
R=22.07%
G=37.89%
B=40.04%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1131942050.450.0500.20187.1747.9262.35
Hex71C2CD2D5014bb303e
Octal1613023155550242736076
Binary1110001110000101100110110110110101010010111011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71C2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71C2CD; }

 p { color: rgb(113,194,205); }

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

<style>
 a { background-color: #71C2CD; }

 a { background-color: rgb(113,194,205); }

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

<style>
 span { border-color: #71C2CD; }

 span { border-color: rgb(113,194,205); }

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