Html Css Color HEX #84B7AF Gulf Stream

📋 copy color: '#84B7AF'

red 132 ◦ green 183 ◦ blue 175

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

Shades of Gulf Stream #84B7AF

Tints of Gulf Stream #84B7AF

RGB

 RED value IS 132 (51.95% from 255) = 26.94%

 GREEN value IS 183 (71.88% from 255) = 37.35%

 BLUE value IS 175 (68.75% from 255) = 35.71%

R = 26.94%
G = 37.35%
B = 35.71%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.04

 K value IS 0.28

RGB Variations

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

Color information

#84B7AF (or 0x84B7AF) is known color: Gulf Stream. HEX triplet: 84, B7 and AF. RGB value is (132,183,175). Sum of RGB (Red+Green+Blue) = 132+183+175=490 (64% of max value = 765). Red value is 132 (51.95% from 255 or 26.94% from 490); Green value is 183 (71.88% from 255 or 37.35% from 490); Blue value is 175 (68.75% from 255 or 35.71% from 490); Max value from RGB is 183 - color contains mainly: green. Hex color #84B7AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84B7AF is #7B4850. Grayscale: #A6A6A6. Windows color (decimal): -8079441 or 11515780. OLE color: 11515780.

HSL color Cylindrical-coordinate representation of color #84B7AF: hue angle of 170.59º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #84B7AF is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.28.

Color convert

RGB 132 183 175 -
CMYK 0.28 0 0.04 0.28
HSL 170.59º 0.26% 0.62% -
HSV(B) 170.59º 0.28% 0.72% -
XYZ 34.19 41.87 46.84 -
YUV 166.84 132.6 103.15 -
System Red Green Blue C M Y K H S L
Decimal 132 183 175 0.28 0 0.04 0.28 170.59 0.26 0.62
Hex 84 B7 AF 1C 0 4 1C AB 1A 3E
Octal 204 267 257 34 0 4 34 253 32 76
Binary 10000100 10110111 10101111 11100 0 100 11100 10101011 11010 111110

Color Harmonies of #84B7AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84B7AF

Black with #84B7AF

Text Example


Text Example

White with #84B7AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84B7AF; }

 p { color: rgb(132,183,175); }

 H1.HeaderClassName
 {
   color: #84B7AF;
 }
 .AnyTagClassName
 {
   color: #84B7AF;
 }
</style>

background-color css

<style>
 a { background-color: #84B7AF; }

 a { background-color: rgb(132,183,175); }

 div.DivClassName
 {
   background-color: #84B7AF;
 }
 .BgClassName
 {
   background-color: #84B7AF;
 }
</style>

border-color css

<style>
 span { border-color: #84B7AF; }

 span { border-color: rgb(132,183,175); }

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