Html Css Color HEX #6FBDAB Gulf Stream

📋 copy color: '#6FBDAB'

red 111 ◦ green 189 ◦ blue 171

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

Shades of Gulf Stream #6FBDAB

Tints of Gulf Stream #6FBDAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 36.31%

R = 23.57%
G = 40.13%
B = 36.31%

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

#6FBDAB (or 0x6FBDAB) is known color: Gulf Stream. HEX triplet: 6F, BD and AB. RGB value is (111,189,171). Sum of RGB (Red+Green+Blue) = 111+189+171=471 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.57% from 471); Green value is 189 (74.22% from 255 or 40.13% from 471); Blue value is 171 (67.19% from 255 or 36.31% from 471); Max value from RGB is 189 - color contains mainly: green. Hex color #6FBDAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FBDAB is #904254. Grayscale: #A3A3A3. Windows color (decimal): -9454165 or 11255151. OLE color: 11255151.

HSL color Cylindrical-coordinate representation of color #6FBDAB: hue angle of 166.15º 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 #6FBDAB is Cyan = 0.41, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB 111 189 171 -
CMYK 0.41 0 0.10 0.26
HSL 166.15º 0.37% 0.59% -
HSV(B) 166.15º 0.41% 0.74% -
XYZ 32.1 42.71 45.08 -
YUV 163.63 132.16 90.46 -
System Red Green Blue C M Y K H S L
Decimal 111 189 171 0.41 0 0.10 0.26 166.15 0.37 0.59
Hex 6F BD AB 29 0 A 1A A6 25 3B
Octal 157 275 253 51 0 12 32 246 45 73
Binary 1101111 10111101 10101011 101001 0 1010 11010 10100110 100101 111011

Color Harmonies of #6FBDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FBDAB

Black with #6FBDAB

Text Example


Text Example

White with #6FBDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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