Html Css Color HEX #6ABFAD Gulf Stream

📋 copy color: '#6ABFAD'

red 106 ◦ green 191 ◦ blue 173

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

Shades of Gulf Stream #6ABFAD

Tints of Gulf Stream #6ABFAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 36.81%

R = 22.55%
G = 40.64%
B = 36.81%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#6ABFAD (or 0x6ABFAD) is known color: Gulf Stream. HEX triplet: 6A, BF and AD. RGB value is (106,191,173). Sum of RGB (Red+Green+Blue) = 106+191+173=470 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.55% from 470); Green value is 191 (75% from 255 or 40.64% from 470); Blue value is 173 (67.97% from 255 or 36.81% from 470); Max value from RGB is 191 - color contains mainly: green. Hex color #6ABFAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ABFAD is #954052. Grayscale: #A3A3A3. Windows color (decimal): -9781331 or 11386730. OLE color: 11386730.

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

Color convert

RGB 106 191 173 -
CMYK 0.45 0 0.09 0.25
HSL 167.29º 0.4% 0.58% -
HSV(B) 167.29º 0.45% 0.75% -
XYZ 32.12 43.34 46.21 -
YUV 163.53 133.34 86.96 -
System Red Green Blue C M Y K H S L
Decimal 106 191 173 0.45 0 0.09 0.25 167.29 0.4 0.58
Hex 6A BF AD 2D 0 9 19 A7 28 3A
Octal 152 277 255 55 0 11 31 247 50 72
Binary 1101010 10111111 10101101 101101 0 1001 11001 10100111 101000 111010

Color Harmonies of #6ABFAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ABFAD

Black with #6ABFAD

Text Example


Text Example

White with #6ABFAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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