Html Css Color HEX #84AFAB Gulf Stream

📋 copy color: '#84AFAB'

red 132 ◦ green 175 ◦ blue 171

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

Shades of Gulf Stream #84AFAB

Tints of Gulf Stream #84AFAB

RGB

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

 GREEN value IS 175 (68.75% from 255) = 36.61%

 BLUE value IS 171 (67.19% from 255) = 35.77%

R = 27.62%
G = 36.61%
B = 35.77%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#84AFAB (or 0x84AFAB) is known color: Gulf Stream. HEX triplet: 84, AF and AB. RGB value is (132,175,171). Sum of RGB (Red+Green+Blue) = 132+175+171=478 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.62% from 478); Green value is 175 (68.75% from 255 or 36.61% from 478); Blue value is 171 (67.19% from 255 or 35.77% from 478); Max value from RGB is 175 - color contains mainly: green. Hex color #84AFAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84AFAB is #7B5054. Grayscale: #A1A1A1. Windows color (decimal): -8081493 or 11251588. OLE color: 11251588.

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

Color convert

RGB 132 175 171 -
CMYK 0.25 0 0.02 0.31
HSL 174.42º 0.21% 0.6% -
HSV(B) 174.42º 0.25% 0.69% -
XYZ 32.2 38.51 44.26 -
YUV 161.69 133.25 106.83 -
System Red Green Blue C M Y K H S L
Decimal 132 175 171 0.25 0 0.02 0.31 174.42 0.21 0.6
Hex 84 AF AB 19 0 2 1F AE 15 3C
Octal 204 257 253 31 0 2 37 256 25 74
Binary 10000100 10101111 10101011 11001 0 10 11111 10101110 10101 111100

Color Harmonies of #84AFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84AFAB

Black with #84AFAB

Text Example


Text Example

White with #84AFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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