#68C5CF

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

Shades of Seagull #68C5CF

Tints of Seagull #68C5CF

Color information

#68C5CF (or 0x68C5CF) is unknown color: approx Seagull. HEX triplet: 68, C5 and CF. RGB value is (104,197,207). Sum of RGB (Red+Green+Blue) = 104+197+207=508 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.47% from 508); Green value is 197 (77.34% from 255 or 38.78% from 508); Blue value is 207 (81.25% from 255 or 40.75% from 508); Max value from RGB is 207 - color contains mainly: blue. Hex color #68C5CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68C5CF is #973A30. Grayscale: #AAAAAA. Windows color (decimal): -9910833 or 13616488. OLE color: 13616488.

HSL color Cylindrical-coordinate representation of color #68C5CF: hue angle of 185.83º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68C5CF is Cyan = 0.50, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB104197207-
CMYK0.500.0500.19
HSL185.83º51.76%60.98%-
HSV(B)185.83º49.76%81.18%-
XYZ36.9447.3866.23-
YUV170.33148.6980.69-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 20.47%
GREEN value IS 197 (77.34% from 255) = 38.78%
BLUE value IS 207 (81.25% from 255) = 40.75%
R=20.47%
G=38.78%
B=40.75%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1041972070.500.0500.19185.8351.7660.98
Hex68C5CF325013ba343d
Octal1503053176250232726475
Binary1101000110001011100111111001010101001110111010110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68C5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68C5CF; }

 p { color: rgb(104,197,207); }

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

<style>
 a { background-color: #68C5CF; }

 a { background-color: rgb(104,197,207); }

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

<style>
 span { border-color: #68C5CF; }

 span { border-color: rgb(104,197,207); }

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