#66C3CA

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

Shades of Seagull #66C3CA

Tints of Seagull #66C3CA

Color information

#66C3CA (or 0x66C3CA) is unknown color: approx Seagull. HEX triplet: 66, C3 and CA. RGB value is (102,195,202). Sum of RGB (Red+Green+Blue) = 102+195+202=499 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.44% from 499); Green value is 195 (76.56% from 255 or 39.08% from 499); Blue value is 202 (79.30% from 255 or 40.48% from 499); Max value from RGB is 202 - color contains mainly: blue. Hex color #66C3CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66C3CA is #993C35. Grayscale: #A7A7A7. Windows color (decimal): -10042422 or 13288294. OLE color: 13288294.

HSL color Cylindrical-coordinate representation of color #66C3CA: hue angle of 184.2º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66C3CA is Cyan = 0.50, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB102195202-
CMYK0.500.0300.21
HSL184.2º48.54%59.61%-
HSV(B)184.2º49.5%79.22%-
XYZ35.6646.1262.9-
YUV167.99147.1980.93-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.44%
GREEN value IS 195 (76.56% from 255) = 39.08%
BLUE value IS 202 (79.30% from 255) = 40.48%
R=20.44%
G=39.08%
B=40.48%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1021952020.500.0300.21184.248.5459.61
Hex66C3CA323015b8313c
Octal1463033126230252706174
Binary110011011000011110010101100101101010110111000110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66C3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66C3CA; }

 p { color: rgb(102,195,202); }

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

<style>
 a { background-color: #66C3CA; }

 a { background-color: rgb(102,195,202); }

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

<style>
 span { border-color: #66C3CA; }

 span { border-color: rgb(102,195,202); }

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