#7DC1CD

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

Shades of Seagull #7DC1CD

Tints of Seagull #7DC1CD

Color information

#7DC1CD (or 0x7DC1CD) is unknown color: approx Seagull. HEX triplet: 7D, C1 and CD. RGB value is (125,193,205). Sum of RGB (Red+Green+Blue) = 125+193+205=523 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.90% from 523); Green value is 193 (75.78% from 255 or 36.90% from 523); Blue value is 205 (80.47% from 255 or 39.20% from 523); Max value from RGB is 205 - color contains mainly: blue. Hex color #7DC1CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DC1CD is #823E32. Grayscale: #ADADAD. Windows color (decimal): -8535603 or 13484413. OLE color: 13484413.

HSL color Cylindrical-coordinate representation of color #7DC1CD: hue angle of 189º 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 #7DC1CD is Cyan = 0.39, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB125193205-
CMYK0.390.0600.20
HSL189º44.44%64.71%-
HSV(B)189º39.02%80.39%-
XYZ38.5546.9164.78-
YUV174.04145.4793.02-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.90%
GREEN value IS 193 (75.78% from 255) = 36.90%
BLUE value IS 205 (80.47% from 255) = 39.20%
R=23.90%
G=36.90%
B=39.20%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1251932050.390.0600.2018944.4464.71
Hex7DC1CD276014bd2c41
Octal17530131547602427554101
Binary11111011100000111001101100111110010100101111011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DC1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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