Html Css Color HEX #6FB7AC Gulf Stream

📋 copy color: '#6FB7AC'

red 111 ◦ green 183 ◦ blue 172

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

Shades of Gulf Stream #6FB7AC

Tints of Gulf Stream #6FB7AC

RGB

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

 GREEN value IS 183 (71.88% from 255) = 39.27%

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

R = 23.82%
G = 39.27%
B = 36.91%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.06

 K value IS 0.28

RGB Variations

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

Color information

#6FB7AC (or 0x6FB7AC) is known color: Gulf Stream. HEX triplet: 6F, B7 and AC. RGB value is (111,183,172). Sum of RGB (Red+Green+Blue) = 111+183+172=466 (61% of max value = 765). Red value is 111 (43.75% from 255 or 23.82% from 466); Green value is 183 (71.88% from 255 or 39.27% from 466); Blue value is 172 (67.58% from 255 or 36.91% from 466); Max value from RGB is 183 - color contains mainly: green. Hex color #6FB7AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FB7AC is #904853. Grayscale: #A0A0A0. Windows color (decimal): -9455700 or 11319151. OLE color: 11319151.

HSL color Cylindrical-coordinate representation of color #6FB7AC: hue angle of 170.83º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6FB7AC is Cyan = 0.39, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.28.

Color convert

RGB 111 183 172 -
CMYK 0.39 0 0.06 0.28
HSL 170.83º 0.33% 0.58% -
HSV(B) 170.83º 0.39% 0.72% -
XYZ 30.94 40.23 45.16 -
YUV 160.22 134.65 92.89 -
System Red Green Blue C M Y K H S L
Decimal 111 183 172 0.39 0 0.06 0.28 170.83 0.33 0.58
Hex 6F B7 AC 27 0 6 1C AB 21 3A
Octal 157 267 254 47 0 6 34 253 41 72
Binary 1101111 10110111 10101100 100111 0 110 11100 10101011 100001 111010

Color Harmonies of #6FB7AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FB7AC

Black with #6FB7AC

Text Example


Text Example

White with #6FB7AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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