#6CC0CA

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

Shades of Seagull #6CC0CA

Tints of Seagull #6CC0CA

Color information

#6CC0CA (or 0x6CC0CA) is unknown color: approx Seagull. HEX triplet: 6C, C0 and CA. RGB value is (108,192,202). Sum of RGB (Red+Green+Blue) = 108+192+202=502 (66% of max value = 765). Red value is 108 (42.58% from 255 or 21.51% from 502); Green value is 192 (75.39% from 255 or 38.25% from 502); Blue value is 202 (79.30% from 255 or 40.24% from 502); Max value from RGB is 202 - color contains mainly: blue. Hex color #6CC0CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CC0CA is #933F35. Grayscale: #A7A7A7. Windows color (decimal): -9649974 or 13287532. OLE color: 13287532.

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

Color convert

RGB108192202-
CMYK0.470.0500.21
HSL186.38º47%60.78%-
HSV(B)186.38º46.53%79.22%-
XYZ35.6945.1562.71-
YUV168.02147.1785.19-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 21.51%
GREEN value IS 192 (75.39% from 255) = 38.25%
BLUE value IS 202 (79.30% from 255) = 40.24%
R=21.51%
G=38.25%
B=40.24%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1081922020.470.0500.21186.384760.78
Hex6CC0CA2F5015ba2f3d
Octal1543003125750252725775
Binary1101100110000001100101010111110101010110111010101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CC0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,192,202); }

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

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

 a { background-color: rgb(108,192,202); }

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

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

 span { border-color: rgb(108,192,202); }

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