Html Css Color HEX #6FBAAC Gulf Stream

📋 copy color: '#6FBAAC'

red 111 ◦ green 186 ◦ blue 172

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

Shades of Gulf Stream #6FBAAC

Tints of Gulf Stream #6FBAAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 36.67%

R = 23.67%
G = 39.66%
B = 36.67%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#6FBAAC (or 0x6FBAAC) is known color: Gulf Stream. HEX triplet: 6F, BA and AC. RGB value is (111,186,172). Sum of RGB (Red+Green+Blue) = 111+186+172=469 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.67% from 469); Green value is 186 (73.05% from 255 or 39.66% from 469); Blue value is 172 (67.58% from 255 or 36.67% from 469); Max value from RGB is 186 - color contains mainly: green. Hex color #6FBAAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FBAAC is #904553. Grayscale: #A1A1A1. Windows color (decimal): -9454932 or 11319919. OLE color: 11319919.

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

Color convert

RGB 111 186 172 -
CMYK 0.40 0 0.08 0.27
HSL 168.8º 0.35% 0.58% -
HSV(B) 168.8º 0.4% 0.73% -
XYZ 31.56 41.48 45.37 -
YUV 161.98 133.65 91.64 -
System Red Green Blue C M Y K H S L
Decimal 111 186 172 0.40 0 0.08 0.27 168.8 0.35 0.58
Hex 6F BA AC 28 0 8 1B A9 23 3A
Octal 157 272 254 50 0 10 33 251 43 72
Binary 1101111 10111010 10101100 101000 0 1000 11011 10101001 100011 111010

Color Harmonies of #6FBAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FBAAC

Black with #6FBAAC

Text Example


Text Example

White with #6FBAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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