Html Css Color HEX #76AFAB Gulf Stream

📋 copy color: '#76AFAB'

red 118 ◦ green 175 ◦ blue 171

#76AFAB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gulf Stream #76AFAB

Tints of Gulf Stream #76AFAB

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 value IS 0.33

 M value IS 0

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#76AFAB (or 0x76AFAB) is known color: 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

RGB 118 175 171 -
CMYK 0.33 0 0.02 0.31
HSL 175.79º 0.26% 0.57% -
HSV(B) 175.79º 0.33% 0.69% -
XYZ 30.15 37.45 44.17 -
YUV 157.5 135.62 99.83 -
System Red Green Blue C M Y K H S L
Decimal 118 175 171 0.33 0 0.02 0.31 175.79 0.26 0.57
Hex 76 AF AB 21 0 2 1F B0 1A 39
Octal 166 257 253 41 0 2 37 260 32 71
Binary 1110110 10101111 10101011 100001 0 10 11111 10110000 11010 111001

Color Harmonies of #76AFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76AFAB

Black with #76AFAB

Text Example


Text Example

White with #76AFAB

Text Example


Text Example

HTML Codes & Css Web 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>