#68C2CD

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

Shades of Seagull #68C2CD

Tints of Seagull #68C2CD

Color information

#68C2CD (or 0x68C2CD) is unknown color: approx Seagull. HEX triplet: 68, C2 and CD. RGB value is (104,194,205). Sum of RGB (Red+Green+Blue) = 104+194+205=503 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.68% from 503); Green value is 194 (76.17% from 255 or 38.57% from 503); Blue value is 205 (80.47% from 255 or 40.76% from 503); Max value from RGB is 205 - color contains mainly: blue. Hex color #68C2CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68C2CD is #973D32. Grayscale: #A8A8A8. Windows color (decimal): -9911603 or 13484648. OLE color: 13484648.

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

Color convert

RGB104194205-
CMYK0.490.0500.20
HSL186.53º50.25%60.59%-
HSV(B)186.53º49.27%80.39%-
XYZ36.0245.9364.73-
YUV168.34148.6882.11-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 20.68%
GREEN value IS 194 (76.17% from 255) = 38.57%
BLUE value IS 205 (80.47% from 255) = 40.76%
R=20.68%
G=38.57%
B=40.76%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1041942050.490.0500.20186.5350.2560.59
Hex68C2CD315014bb323d
Octal1503023156150242736275
Binary1101000110000101100110111000110101010010111011110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68C2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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