#68C4CF

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

Shades of Seagull #68C4CF

Tints of Seagull #68C4CF

Color information

#68C4CF (or 0x68C4CF) is unknown color: approx Seagull. HEX triplet: 68, C4 and CF. RGB value is (104,196,207). Sum of RGB (Red+Green+Blue) = 104+196+207=507 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.51% from 507); Green value is 196 (76.95% from 255 or 38.66% from 507); Blue value is 207 (81.25% from 255 or 40.83% from 507); Max value from RGB is 207 - color contains mainly: blue. Hex color #68C4CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68C4CF is #973B30. Grayscale: #A9A9A9. Windows color (decimal): -9911089 or 13616232. OLE color: 13616232.

HSL color Cylindrical-coordinate representation of color #68C4CF: hue angle of 186.41º 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 #68C4CF is Cyan = 0.50, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB104196207-
CMYK0.500.0500.19
HSL186.41º51.76%60.98%-
HSV(B)186.41º49.76%81.18%-
XYZ36.7146.9366.15-
YUV169.75149.0281.11-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 20.51%
GREEN value IS 196 (76.95% from 255) = 38.66%
BLUE value IS 207 (81.25% from 255) = 40.83%
R=20.51%
G=38.66%
B=40.83%

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
Decimal1041962070.500.0500.19186.4151.7660.98
Hex68C4CF325013ba343d
Octal1503043176250232726475
Binary1101000110001001100111111001010101001110111010110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68C4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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