Html Css Color HEX #6FBAB2 Gulf Stream

📋 copy color: '#6FBAB2'

red 111 ◦ green 186 ◦ blue 178

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

Shades of Gulf Stream #6FBAB2

Tints of Gulf Stream #6FBAB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 37.47%

R = 23.37%
G = 39.16%
B = 37.47%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#6FBAB2 (or 0x6FBAB2) is known color: Gulf Stream. HEX triplet: 6F, BA and B2. RGB value is (111,186,178). Sum of RGB (Red+Green+Blue) = 111+186+178=475 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.37% from 475); Green value is 186 (73.05% from 255 or 39.16% from 475); Blue value is 178 (69.92% from 255 or 37.47% from 475); Max value from RGB is 186 - color contains mainly: green. Hex color #6FBAB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FBAB2 is #90454D. Grayscale: #A2A2A2. Windows color (decimal): -9454926 or 11713135. OLE color: 11713135.

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

Color convert

RGB 111 186 178 -
CMYK 0.40 0 0.04 0.27
HSL 173.6º 0.35% 0.58% -
HSV(B) 173.6º 0.4% 0.73% -
XYZ 32.15 41.71 48.48 -
YUV 162.66 136.65 91.15 -
System Red Green Blue C M Y K H S L
Decimal 111 186 178 0.40 0 0.04 0.27 173.6 0.35 0.58
Hex 6F BA B2 28 0 4 1B AE 23 3A
Octal 157 272 262 50 0 4 33 256 43 72
Binary 1101111 10111010 10110010 101000 0 100 11011 10101110 100011 111010

Color Harmonies of #6FBAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FBAB2

Black with #6FBAB2

Text Example


Text Example

White with #6FBAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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