Html Css Color HEX #6FBAA6 Gulf Stream

📋 copy color: '#6FBAA6'

red 111 ◦ green 186 ◦ blue 166

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

Shades of Gulf Stream #6FBAA6

Tints of Gulf Stream #6FBAA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 35.85%

R = 23.97%
G = 40.17%
B = 35.85%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#6FBAA6 (or 0x6FBAA6) is known color: Gulf Stream. HEX triplet: 6F, BA and A6. RGB value is (111,186,166). Sum of RGB (Red+Green+Blue) = 111+186+166=463 (61% of max value = 765). Red value is 111 (43.75% from 255 or 23.97% from 463); Green value is 186 (73.05% from 255 or 40.17% from 463); Blue value is 166 (65.23% from 255 or 35.85% from 463); Max value from RGB is 186 - color contains mainly: green. Hex color #6FBAA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FBAA6 is #904559. Grayscale: #A1A1A1. Windows color (decimal): -9454938 or 10926703. OLE color: 10926703.

HSL color Cylindrical-coordinate representation of color #6FBAA6: hue angle of 164º 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 #6FBAA6 is Cyan = 0.40, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB 111 186 166 -
CMYK 0.40 0 0.11 0.27
HSL 164º 0.35% 0.58% -
HSV(B) 164º 0.4% 0.73% -
XYZ 31 41.25 42.4 -
YUV 161.3 130.65 92.13 -
System Red Green Blue C M Y K H S L
Decimal 111 186 166 0.40 0 0.11 0.27 164 0.35 0.58
Hex 6F BA A6 28 0 B 1B A4 23 3A
Octal 157 272 246 50 0 13 33 244 43 72
Binary 1101111 10111010 10100110 101000 0 1011 11011 10100100 100011 111010

Color Harmonies of #6FBAA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FBAA6

Black with #6FBAA6

Text Example


Text Example

White with #6FBAA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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