Html Css Color HEX #6ABFAC Gulf Stream

📋 copy color: '#6ABFAC'

red 106 ◦ green 191 ◦ blue 172

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

Shades of Gulf Stream #6ABFAC

Tints of Gulf Stream #6ABFAC

RGB

 RED value IS 106 (41.8% from 255) = 22.6%

 GREEN value IS 191 (75% from 255) = 40.72%

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

R = 22.6%
G = 40.72%
B = 36.67%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#6ABFAC (or 0x6ABFAC) is known color: Gulf Stream. HEX triplet: 6A, BF and AC. RGB value is (106,191,172). Sum of RGB (Red+Green+Blue) = 106+191+172=469 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.60% from 469); Green value is 191 (75% from 255 or 40.72% from 469); Blue value is 172 (67.58% from 255 or 36.67% from 469); Max value from RGB is 191 - color contains mainly: green. Hex color #6ABFAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ABFAC is #954053. Grayscale: #A3A3A3. Windows color (decimal): -9781332 or 11321194. OLE color: 11321194.

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

Color convert

RGB 106 191 172 -
CMYK 0.45 0 0.10 0.25
HSL 166.59º 0.4% 0.58% -
HSV(B) 166.59º 0.45% 0.75% -
XYZ 32.02 43.3 45.7 -
YUV 163.42 132.84 87.04 -
System Red Green Blue C M Y K H S L
Decimal 106 191 172 0.45 0 0.10 0.25 166.59 0.4 0.58
Hex 6A BF AC 2D 0 A 19 A7 28 3A
Octal 152 277 254 55 0 12 31 247 50 72
Binary 1101010 10111111 10101100 101101 0 1010 11001 10100111 101000 111010

Color Harmonies of #6ABFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ABFAC

Black with #6ABFAC

Text Example


Text Example

White with #6ABFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,191,172); }

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

background-color css

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

 a { background-color: rgb(106,191,172); }

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

border-color css

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

 span { border-color: rgb(106,191,172); }

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