#6CC2CD

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

Shades of Seagull #6CC2CD

Tints of Seagull #6CC2CD

Color information

#6CC2CD (or 0x6CC2CD) is unknown color: approx Seagull. HEX triplet: 6C, C2 and CD. RGB value is (108,194,205). Sum of RGB (Red+Green+Blue) = 108+194+205=507 (67% of max value = 765). Red value is 108 (42.58% from 255 or 21.30% from 507); Green value is 194 (76.17% from 255 or 38.26% from 507); Blue value is 205 (80.47% from 255 or 40.43% from 507); Max value from RGB is 205 - color contains mainly: blue. Hex color #6CC2CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CC2CD is #933D32. Grayscale: #A9A9A9. Windows color (decimal): -9649459 or 13484652. OLE color: 13484652.

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

Color convert

RGB108194205-
CMYK0.470.0500.20
HSL186.8º49.24%61.37%-
HSV(B)186.8º47.32%80.39%-
XYZ36.546.1864.75-
YUV169.54148.0184.11-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 21.30%
GREEN value IS 194 (76.17% from 255) = 38.26%
BLUE value IS 205 (80.47% from 255) = 40.43%
R=21.30%
G=38.26%
B=40.43%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1081942050.470.0500.20186.849.2461.37
Hex6CC2CD2F5014bb313d
Octal1543023155750242736175
Binary1101100110000101100110110111110101010010111011110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CC2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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