#75C1CE

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

Shades of Seagull #75C1CE

Tints of Seagull #75C1CE

Color information

#75C1CE (or 0x75C1CE) is unknown color: approx Seagull. HEX triplet: 75, C1 and CE. RGB value is (117,193,206). Sum of RGB (Red+Green+Blue) = 117+193+206=516 (68% of max value = 765). Red value is 117 (46.09% from 255 or 22.67% from 516); Green value is 193 (75.78% from 255 or 37.40% from 516); Blue value is 206 (80.86% from 255 or 39.92% from 516); Max value from RGB is 206 - color contains mainly: blue. Hex color #75C1CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75C1CE is #8A3E31. Grayscale: #ABABAB. Windows color (decimal): -9059890 or 13549941. OLE color: 13549941.

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

Color convert

RGB117193206-
CMYK0.430.0600.19
HSL188.76º47.59%63.33%-
HSV(B)188.76º43.2%80.78%-
XYZ37.5546.3865.37-
YUV171.76147.3288.94-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.67%
GREEN value IS 193 (75.78% from 255) = 37.40%
BLUE value IS 206 (80.86% from 255) = 39.92%
R=22.67%
G=37.40%
B=39.92%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1171932060.430.0600.19188.7647.5963.33
Hex75C1CE2B6013bd303f
Octal1653013165360232756077
Binary1110101110000011100111010101111001001110111101110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75C1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,193,206); }

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

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

 a { background-color: rgb(117,193,206); }

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

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

 span { border-color: rgb(117,193,206); }

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