#7DC3CD

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

Shades of Seagull #7DC3CD

Tints of Seagull #7DC3CD

Color information

#7DC3CD (or 0x7DC3CD) is unknown color: approx Seagull. HEX triplet: 7D, C3 and CD. RGB value is (125,195,205). Sum of RGB (Red+Green+Blue) = 125+195+205=525 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.81% from 525); Green value is 195 (76.56% from 255 or 37.14% from 525); Blue value is 205 (80.47% from 255 or 39.05% from 525); Max value from RGB is 205 - color contains mainly: blue. Hex color #7DC3CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DC3CD is #823C32. Grayscale: #AFAFAF. Windows color (decimal): -8535091 or 13484925. OLE color: 13484925.

HSL color Cylindrical-coordinate representation of color #7DC3CD: hue angle of 187.5º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7DC3CD is Cyan = 0.39, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB125195205-
CMYK0.390.0500.20
HSL187.5º44.44%64.71%-
HSV(B)187.5º39.02%80.39%-
XYZ38.9947.864.93-
YUV175.21144.8192.19-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.81%
GREEN value IS 195 (76.56% from 255) = 37.14%
BLUE value IS 205 (80.47% from 255) = 39.05%
R=23.81%
G=37.14%
B=39.05%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1251952050.390.0500.20187.544.4464.71
Hex7DC3CD275014bc2c41
Octal17530331547502427454101
Binary11111011100001111001101100111101010100101111001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DC3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7DC3CD; }

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

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

<style>
 a { background-color: #7DC3CD; }

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

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

<style>
 span { border-color: #7DC3CD; }

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

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