Html Css Color HEX #6FBAAA Gulf Stream

📋 copy color: '#6FBAAA'

red 111 ◦ green 186 ◦ blue 170

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

Shades of Gulf Stream #6FBAAA

Tints of Gulf Stream #6FBAAA

RGB

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

 GREEN value IS 186 (73.05% from 255) = 39.83%

 BLUE value IS 170 (66.8% from 255) = 36.4%

R = 23.77%
G = 39.83%
B = 36.4%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#6FBAAA (or 0x6FBAAA) is known color: Gulf Stream. HEX triplet: 6F, BA and AA. RGB value is (111,186,170). Sum of RGB (Red+Green+Blue) = 111+186+170=467 (61% of max value = 765). Red value is 111 (43.75% from 255 or 23.77% from 467); Green value is 186 (73.05% from 255 or 39.83% from 467); Blue value is 170 (66.80% from 255 or 36.40% from 467); Max value from RGB is 186 - color contains mainly: green. Hex color #6FBAAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FBAAA is #904555. Grayscale: #A1A1A1. Windows color (decimal): -9454934 or 11188847. OLE color: 11188847.

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

Color convert

RGB 111 186 170 -
CMYK 0.40 0 0.09 0.27
HSL 167.2º 0.35% 0.58% -
HSV(B) 167.2º 0.4% 0.73% -
XYZ 31.37 41.4 44.37 -
YUV 161.75 132.65 91.8 -
System Red Green Blue C M Y K H S L
Decimal 111 186 170 0.40 0 0.09 0.27 167.2 0.35 0.58
Hex 6F BA AA 28 0 9 1B A7 23 3A
Octal 157 272 252 50 0 11 33 247 43 72
Binary 1101111 10111010 10101010 101000 0 1001 11011 10100111 100011 111010

Color Harmonies of #6FBAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FBAAA

Black with #6FBAAA

Text Example


Text Example

White with #6FBAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,186,170); }

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

background-color css

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

 a { background-color: rgb(111,186,170); }

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

border-color css

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

 span { border-color: rgb(111,186,170); }

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