#75BEA3

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

Shades of Gulf Stream #75BEA3

Tints of Gulf Stream #75BEA3

Color information

#75BEA3 (or 0x75BEA3) is unknown color: approx Gulf Stream. HEX triplet: 75, BE and A3. RGB value is (117,190,163). Sum of RGB (Red+Green+Blue) = 117+190+163=470 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.89% from 470); Green value is 190 (74.61% from 255 or 40.43% from 470); Blue value is 163 (64.06% from 255 or 34.68% from 470); Max value from RGB is 190 - color contains mainly: green. Hex color #75BEA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75BEA3 is #8A415C. Grayscale: #A5A5A5. Windows color (decimal): -9060701 or 10731125. OLE color: 10731125.

HSL color Cylindrical-coordinate representation of color #75BEA3: hue angle of 157.81º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #75BEA3 is Cyan = 0.38, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB117190163-
CMYK0.3800.140.25
HSL157.81º35.96%60.2%-
HSV(B)157.81º38.42%74.51%-
XYZ32.3643.2541.29-
YUV165.09126.8293.7-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.89%
GREEN value IS 190 (74.61% from 255) = 40.43%
BLUE value IS 163 (64.06% from 255) = 34.68%
R=24.89%
G=40.43%
B=34.68%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1171901630.3800.140.25157.8135.9660.2
Hex75BEA3260E199e243c
Octal16527624346016312364474
Binary11101011011111010100011100110011101100110011110100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BEA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,190,163); }

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

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

 a { background-color: rgb(117,190,163); }

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

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

 span { border-color: rgb(117,190,163); }

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