Html Css Color HEX #6FBEAB Gulf Stream

📋 copy color: '#6FBEAB'

red 111 ◦ green 190 ◦ blue 171

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

Shades of Gulf Stream #6FBEAB

Tints of Gulf Stream #6FBEAB

RGB

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

 GREEN value IS 190 (74.61% from 255) = 40.25%

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

R = 23.52%
G = 40.25%
B = 36.23%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#6FBEAB (or 0x6FBEAB) is known color: Gulf Stream. HEX triplet: 6F, BE and AB. RGB value is (111,190,171). Sum of RGB (Red+Green+Blue) = 111+190+171=472 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.52% from 472); Green value is 190 (74.61% from 255 or 40.25% from 472); Blue value is 171 (67.19% from 255 or 36.23% from 472); Max value from RGB is 190 - color contains mainly: green. Hex color #6FBEAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FBEAB is #904154. Grayscale: #A4A4A4. Windows color (decimal): -9453909 or 11255407. OLE color: 11255407.

HSL color Cylindrical-coordinate representation of color #6FBEAB: hue angle of 165.57º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6FBEAB is Cyan = 0.42, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 111 190 171 -
CMYK 0.42 0 0.10 0.25
HSL 165.57º 0.38% 0.59% -
HSV(B) 165.57º 0.42% 0.75% -
XYZ 32.32 43.15 45.15 -
YUV 164.21 131.83 90.04 -
System Red Green Blue C M Y K H S L
Decimal 111 190 171 0.42 0 0.10 0.25 165.57 0.38 0.59
Hex 6F BE AB 2A 0 A 19 A6 26 3B
Octal 157 276 253 52 0 12 31 246 46 73
Binary 1101111 10111110 10101011 101010 0 1010 11001 10100110 100110 111011

Color Harmonies of #6FBEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FBEAB

Black with #6FBEAB

Text Example


Text Example

White with #6FBEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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