Html Css Color HEX #6FBBAB Gulf Stream

📋 copy color: '#6FBBAB'

red 111 ◦ green 187 ◦ blue 171

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

Shades of Gulf Stream #6FBBAB

Tints of Gulf Stream #6FBBAB

RGB

 RED value IS 111 (43.75% from 255) = 23.67%

 GREEN value IS 187 (73.44% from 255) = 39.87%

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

R = 23.67%
G = 39.87%
B = 36.46%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#6FBBAB (or 0x6FBBAB) is known color: Gulf Stream. HEX triplet: 6F, BB and AB. RGB value is (111,187,171). Sum of RGB (Red+Green+Blue) = 111+187+171=469 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.67% from 469); Green value is 187 (73.44% from 255 or 39.87% from 469); Blue value is 171 (67.19% from 255 or 36.46% from 469); Max value from RGB is 187 - color contains mainly: green. Hex color #6FBBAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FBBAB is #904454. Grayscale: #A2A2A2. Windows color (decimal): -9454677 or 11254639. OLE color: 11254639.

HSL color Cylindrical-coordinate representation of color #6FBBAB: hue angle of 167.37º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6FBBAB is Cyan = 0.41, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB 111 187 171 -
CMYK 0.41 0 0.09 0.27
HSL 167.37º 0.36% 0.58% -
HSV(B) 167.37º 0.41% 0.73% -
XYZ 31.68 41.86 44.94 -
YUV 162.45 132.82 91.3 -
System Red Green Blue C M Y K H S L
Decimal 111 187 171 0.41 0 0.09 0.27 167.37 0.36 0.58
Hex 6F BB AB 29 0 9 1B A7 24 3A
Octal 157 273 253 51 0 11 33 247 44 72
Binary 1101111 10111011 10101011 101001 0 1001 11011 10100111 100100 111010

Color Harmonies of #6FBBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FBBAB

Black with #6FBBAB

Text Example


Text Example

White with #6FBBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6FBBAB; }

 p { color: rgb(111,187,171); }

 H1.HeaderClassName
 {
   color: #6FBBAB;
 }
 .AnyTagClassName
 {
   color: #6FBBAB;
 }
</style>

background-color css

<style>
 a { background-color: #6FBBAB; }

 a { background-color: rgb(111,187,171); }

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

border-color css

<style>
 span { border-color: #6FBBAB; }

 span { border-color: rgb(111,187,171); }

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