#75BFCF

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

Shades of Seagull #75BFCF

Tints of Seagull #75BFCF

Color information

#75BFCF (or 0x75BFCF) is unknown color: approx Seagull. HEX triplet: 75, BF and CF. RGB value is (117,191,207). Sum of RGB (Red+Green+Blue) = 117+191+207=515 (68% of max value = 765). Red value is 117 (46.09% from 255 or 22.72% from 515); Green value is 191 (75% from 255 or 37.09% from 515); Blue value is 207 (81.25% from 255 or 40.19% from 515); Max value from RGB is 207 - color contains mainly: blue. Hex color #75BFCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75BFCF is #8A4030. Grayscale: #AAAAAA. Windows color (decimal): -9060401 or 13614965. OLE color: 13614965.

HSL color Cylindrical-coordinate representation of color #75BFCF: hue angle of 190.67º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #75BFCF is Cyan = 0.43, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB117191207-
CMYK0.430.0800.19
HSL190.67º48.39%63.53%-
HSV(B)190.67º43.48%81.18%-
XYZ37.2345.5565.86-
YUV170.7148.4889.7-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.72%
GREEN value IS 191 (75% from 255) = 37.09%
BLUE value IS 207 (81.25% from 255) = 40.19%
R=22.72%
G=37.09%
B=40.19%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1171912070.430.0800.19190.6748.3963.53
Hex75BFCF2B8013bf3040
Octal165277317531002327760100
Binary111010110111111110011111010111000010011101111111100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75BFCF; }

 p { color: rgb(117,191,207); }

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

<style>
 a { background-color: #75BFCF; }

 a { background-color: rgb(117,191,207); }

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

<style>
 span { border-color: #75BFCF; }

 span { border-color: rgb(117,191,207); }

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