#68C4CD

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

Shades of Seagull #68C4CD

Tints of Seagull #68C4CD

Color information

#68C4CD (or 0x68C4CD) is unknown color: approx Seagull. HEX triplet: 68, C4 and CD. RGB value is (104,196,205). Sum of RGB (Red+Green+Blue) = 104+196+205=505 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.59% from 505); Green value is 196 (76.95% from 255 or 38.81% from 505); Blue value is 205 (80.47% from 255 or 40.59% from 505); Max value from RGB is 205 - color contains mainly: blue. Hex color #68C4CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68C4CD is #973B32. Grayscale: #A9A9A9. Windows color (decimal): -9911091 or 13485160. OLE color: 13485160.

HSL color Cylindrical-coordinate representation of color #68C4CD: hue angle of 185.35º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #68C4CD is Cyan = 0.49, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB104196205-
CMYK0.490.0400.20
HSL185.35º50.25%60.59%-
HSV(B)185.35º49.27%80.39%-
XYZ36.4746.8364.87-
YUV169.52148.0281.27-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 20.59%
GREEN value IS 196 (76.95% from 255) = 38.81%
BLUE value IS 205 (80.47% from 255) = 40.59%
R=20.59%
G=38.81%
B=40.59%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1041962050.490.0400.20185.3550.2560.59
Hex68C4CD314014b9323d
Octal1503043156140242716275
Binary1101000110001001100110111000110001010010111001110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68C4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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