#6EC3CD

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

Shades of Seagull #6EC3CD

Tints of Seagull #6EC3CD

Color information

#6EC3CD (or 0x6EC3CD) is unknown color: approx Seagull. HEX triplet: 6E, C3 and CD. RGB value is (110,195,205). Sum of RGB (Red+Green+Blue) = 110+195+205=510 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.57% from 510); Green value is 195 (76.56% from 255 or 38.24% from 510); Blue value is 205 (80.47% from 255 or 40.20% from 510); Max value from RGB is 205 - color contains mainly: blue. Hex color #6EC3CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EC3CD is #913C32. Grayscale: #AAAAAA. Windows color (decimal): -9518131 or 13484910. OLE color: 13484910.

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

Color convert

RGB110195205-
CMYK0.460.0500.20
HSL186.32º48.72%61.76%-
HSV(B)186.32º46.34%80.39%-
XYZ36.9646.7564.83-
YUV170.72147.3484.69-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 21.57%
GREEN value IS 195 (76.56% from 255) = 38.24%
BLUE value IS 205 (80.47% from 255) = 40.20%
R=21.57%
G=38.24%
B=40.20%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1101952050.460.0500.20186.3248.7261.76
Hex6EC3CD2E5014ba313e
Octal1563033155650242726176
Binary1101110110000111100110110111010101010010111010110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EC3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6EC3CD; }

 p { color: rgb(110,195,205); }

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

<style>
 a { background-color: #6EC3CD; }

 a { background-color: rgb(110,195,205); }

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

<style>
 span { border-color: #6EC3CD; }

 span { border-color: rgb(110,195,205); }

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