#76AFAB

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

Shades of Gulf Stream #76AFAB

Tints of Gulf Stream #76AFAB

Color information

#76AFAB (or 0x76AFAB) is unknown color: approx Gulf Stream. HEX triplet: 76, AF and AB. RGB value is (118,175,171). Sum of RGB (Red+Green+Blue) = 118+175+171=464 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.43% from 464); Green value is 175 (68.75% from 255 or 37.72% from 464); Blue value is 171 (67.19% from 255 or 36.85% from 464); Max value from RGB is 175 - color contains mainly: green. Hex color #76AFAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76AFAB is #895054. Grayscale: #9D9D9D. Windows color (decimal): -8998997 or 11251574. OLE color: 11251574.

HSL color Cylindrical-coordinate representation of color #76AFAB: hue angle of 175.79º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #76AFAB is Cyan = 0.33, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB118175171-
CMYK0.3300.020.31
HSL175.79º26.27%57.45%-
HSV(B)175.79º32.57%68.63%-
XYZ30.1537.4544.17-
YUV157.5135.6299.83-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.43%
GREEN value IS 175 (68.75% from 255) = 37.72%
BLUE value IS 171 (67.19% from 255) = 36.85%
R=25.43%
G=37.72%
B=36.85%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1181751710.3300.020.31175.7926.2757.45
Hex76AFAB21021Fb01a39
Octal1662572534102372603271
Binary11101101010111110101011100001010111111011000011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76AFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76AFAB; }

 p { color: rgb(118,175,171); }

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

<style>
 a { background-color: #76AFAB; }

 a { background-color: rgb(118,175,171); }

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

<style>
 span { border-color: #76AFAB; }

 span { border-color: rgb(118,175,171); }

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