#6CC4CA

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

Shades of Seagull #6CC4CA

Tints of Seagull #6CC4CA

Color information

#6CC4CA (or 0x6CC4CA) is unknown color: approx Seagull. HEX triplet: 6C, C4 and CA. RGB value is (108,196,202). Sum of RGB (Red+Green+Blue) = 108+196+202=506 (67% of max value = 765). Red value is 108 (42.58% from 255 or 21.34% from 506); Green value is 196 (76.95% from 255 or 38.74% from 506); Blue value is 202 (79.30% from 255 or 39.92% from 506); Max value from RGB is 202 - color contains mainly: blue. Hex color #6CC4CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CC4CA is #933B35. Grayscale: #AAAAAA. Windows color (decimal): -9648950 or 13288556. OLE color: 13288556.

HSL color Cylindrical-coordinate representation of color #6CC4CA: hue angle of 183.83º 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 #6CC4CA is Cyan = 0.47, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB108196202-
CMYK0.470.0300.21
HSL183.83º47%60.78%-
HSV(B)183.83º46.53%79.22%-
XYZ36.5846.9363.01-
YUV170.37145.8583.51-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 21.34%
GREEN value IS 196 (76.95% from 255) = 38.74%
BLUE value IS 202 (79.30% from 255) = 39.92%
R=21.34%
G=38.74%
B=39.92%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1081962020.470.0300.21183.834760.78
Hex6CC4CA2F3015b82f3d
Octal1543043125730252705775
Binary110110011000100110010101011111101010110111000101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CC4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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