Html Css Color HEX #6ABFAF Gulf Stream

📋 copy color: '#6ABFAF'

red 106 ◦ green 191 ◦ blue 175

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

Shades of Gulf Stream #6ABFAF

Tints of Gulf Stream #6ABFAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 37.08%

R = 22.46%
G = 40.47%
B = 37.08%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#6ABFAF (or 0x6ABFAF) is known color: Gulf Stream. HEX triplet: 6A, BF and AF. RGB value is (106,191,175). Sum of RGB (Red+Green+Blue) = 106+191+175=472 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.46% from 472); Green value is 191 (75% from 255 or 40.47% from 472); Blue value is 175 (68.75% from 255 or 37.08% from 472); Max value from RGB is 191 - color contains mainly: green. Hex color #6ABFAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ABFAF is #954050. Grayscale: #A3A3A3. Windows color (decimal): -9781329 or 11517802. OLE color: 11517802.

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

Color convert

RGB 106 191 175 -
CMYK 0.45 0 0.08 0.25
HSL 168.71º 0.4% 0.58% -
HSV(B) 168.71º 0.45% 0.75% -
XYZ 32.31 43.42 47.24 -
YUV 163.76 134.34 86.8 -
System Red Green Blue C M Y K H S L
Decimal 106 191 175 0.45 0 0.08 0.25 168.71 0.4 0.58
Hex 6A BF AF 2D 0 8 19 A9 28 3A
Octal 152 277 257 55 0 10 31 251 50 72
Binary 1101010 10111111 10101111 101101 0 1000 11001 10101001 101000 111010

Color Harmonies of #6ABFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ABFAF

Black with #6ABFAF

Text Example


Text Example

White with #6ABFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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