Html Css Color HEX #6FBEAC Gulf Stream

📋 copy color: '#6FBEAC'

red 111 ◦ green 190 ◦ blue 172

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

Shades of Gulf Stream #6FBEAC

Tints of Gulf Stream #6FBEAC

RGB

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

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

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

R = 23.47%
G = 40.17%
B = 36.36%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#6FBEAC (or 0x6FBEAC) is known color: Gulf Stream. HEX triplet: 6F, BE and AC. RGB value is (111,190,172). Sum of RGB (Red+Green+Blue) = 111+190+172=473 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.47% from 473); Green value is 190 (74.61% from 255 or 40.17% from 473); Blue value is 172 (67.58% from 255 or 36.36% from 473); Max value from RGB is 190 - color contains mainly: green. Hex color #6FBEAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FBEAC is #904153. Grayscale: #A4A4A4. Windows color (decimal): -9453908 or 11320943. OLE color: 11320943.

HSL color Cylindrical-coordinate representation of color #6FBEAC: hue angle of 166.33º 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 #6FBEAC is Cyan = 0.42, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 111 190 172 -
CMYK 0.42 0 0.09 0.25
HSL 166.33º 0.38% 0.59% -
HSV(B) 166.33º 0.42% 0.75% -
XYZ 32.42 43.18 45.66 -
YUV 164.33 132.33 89.96 -
System Red Green Blue C M Y K H S L
Decimal 111 190 172 0.42 0 0.09 0.25 166.33 0.38 0.59
Hex 6F BE AC 2A 0 9 19 A6 26 3B
Octal 157 276 254 52 0 11 31 246 46 73
Binary 1101111 10111110 10101100 101010 0 1001 11001 10100110 100110 111011

Color Harmonies of #6FBEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FBEAC

Black with #6FBEAC

Text Example


Text Example

White with #6FBEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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