#67C5D0

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

Shades of Seagull #67C5D0

Tints of Seagull #67C5D0

Color information

#67C5D0 (or 0x67C5D0) is unknown color: approx Seagull. HEX triplet: 67, C5 and D0. RGB value is (103,197,208). Sum of RGB (Red+Green+Blue) = 103+197+208=508 (67% of max value = 765). Red value is 103 (40.62% from 255 or 20.28% from 508); Green value is 197 (77.34% from 255 or 38.78% from 508); Blue value is 208 (81.64% from 255 or 40.94% from 508); Max value from RGB is 208 - color contains mainly: blue. Hex color #67C5D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67C5D0 is #983A2F. Grayscale: #AAAAAA. Windows color (decimal): -9976368 or 13682023. OLE color: 13682023.

HSL color Cylindrical-coordinate representation of color #67C5D0: hue angle of 186.29º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #67C5D0 is Cyan = 0.50, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB103197208-
CMYK0.500.0500.18
HSL186.29º52.76%60.98%-
HSV(B)186.29º50.48%81.57%-
XYZ36.9447.3766.87-
YUV170.15149.3680.11-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 20.28%
GREEN value IS 197 (77.34% from 255) = 38.78%
BLUE value IS 208 (81.64% from 255) = 40.94%
R=20.28%
G=38.78%
B=40.94%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1031972080.500.0500.18186.2952.7660.98
Hex67C5D0325012ba353d
Octal1473053206250222726575
Binary1100111110001011101000011001010101001010111010110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67C5D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67C5D0; }

 p { color: rgb(103,197,208); }

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

<style>
 a { background-color: #67C5D0; }

 a { background-color: rgb(103,197,208); }

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

<style>
 span { border-color: #67C5D0; }

 span { border-color: rgb(103,197,208); }

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