#68C3CD

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

Shades of Seagull #68C3CD

Tints of Seagull #68C3CD

Color information

#68C3CD (or 0x68C3CD) is unknown color: approx Seagull. HEX triplet: 68, C3 and CD. RGB value is (104,195,205). Sum of RGB (Red+Green+Blue) = 104+195+205=504 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.63% from 504); Green value is 195 (76.56% from 255 or 38.69% from 504); Blue value is 205 (80.47% from 255 or 40.67% from 504); Max value from RGB is 205 - color contains mainly: blue. Hex color #68C3CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68C3CD is #973C32. Grayscale: #A8A8A8. Windows color (decimal): -9911347 or 13484904. OLE color: 13484904.

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

Color convert

RGB104195205-
CMYK0.490.0500.20
HSL185.94º50.25%60.59%-
HSV(B)185.94º49.27%80.39%-
XYZ36.2446.3864.8-
YUV168.93148.3581.69-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 20.63%
GREEN value IS 195 (76.56% from 255) = 38.69%
BLUE value IS 205 (80.47% from 255) = 40.67%
R=20.63%
G=38.69%
B=40.67%

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
Decimal1041952050.490.0500.20185.9450.2560.59
Hex68C3CD315014ba323d
Octal1503033156150242726275
Binary1101000110000111100110111000110101010010111010110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68C3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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