Html Css Color HEX #6FBDAA Gulf Stream

📋 copy color: '#6FBDAA'

red 111 ◦ green 189 ◦ blue 170

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

Shades of Gulf Stream #6FBDAA

Tints of Gulf Stream #6FBDAA

RGB

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

 GREEN value IS 189 (74.22% from 255) = 40.21%

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

R = 23.62%
G = 40.21%
B = 36.17%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#6FBDAA (or 0x6FBDAA) is known color: Gulf Stream. HEX triplet: 6F, BD and AA. RGB value is (111,189,170). Sum of RGB (Red+Green+Blue) = 111+189+170=470 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.62% from 470); Green value is 189 (74.22% from 255 or 40.21% from 470); Blue value is 170 (66.80% from 255 or 36.17% from 470); Max value from RGB is 189 - color contains mainly: green. Hex color #6FBDAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FBDAA is #904255. Grayscale: #A3A3A3. Windows color (decimal): -9454166 or 11189615. OLE color: 11189615.

HSL color Cylindrical-coordinate representation of color #6FBDAA: hue angle of 165.38º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6FBDAA is Cyan = 0.41, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB 111 189 170 -
CMYK 0.41 0 0.10 0.26
HSL 165.38º 0.37% 0.59% -
HSV(B) 165.38º 0.41% 0.74% -
XYZ 32.01 42.68 44.58 -
YUV 163.51 131.66 90.54 -
System Red Green Blue C M Y K H S L
Decimal 111 189 170 0.41 0 0.10 0.26 165.38 0.37 0.59
Hex 6F BD AA 29 0 A 1A A5 25 3B
Octal 157 275 252 51 0 12 32 245 45 73
Binary 1101111 10111101 10101010 101001 0 1010 11010 10100101 100101 111011

Color Harmonies of #6FBDAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FBDAA

Black with #6FBDAA

Text Example


Text Example

White with #6FBDAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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