Html Css Color HEX #6ABBAD Gulf Stream

📋 copy color: '#6ABBAD'

red 106 ◦ green 187 ◦ blue 173

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

Shades of Gulf Stream #6ABBAD

Tints of Gulf Stream #6ABBAD

RGB

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

 GREEN value IS 187 (73.44% from 255) = 40.13%

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

R = 22.75%
G = 40.13%
B = 37.12%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#6ABBAD (or 0x6ABBAD) is known color: Gulf Stream. HEX triplet: 6A, BB and AD. RGB value is (106,187,173). Sum of RGB (Red+Green+Blue) = 106+187+173=466 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.75% from 466); Green value is 187 (73.44% from 255 or 40.13% from 466); Blue value is 173 (67.97% from 255 or 37.12% from 466); Max value from RGB is 187 - color contains mainly: green. Hex color #6ABBAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ABBAD is #954452. Grayscale: #A1A1A1. Windows color (decimal): -9782355 or 11385706. OLE color: 11385706.

HSL color Cylindrical-coordinate representation of color #6ABBAD: hue angle of 169.63º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6ABBAD is Cyan = 0.43, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB 106 187 173 -
CMYK 0.43 0 0.07 0.27
HSL 169.63º 0.37% 0.57% -
HSV(B) 169.63º 0.43% 0.73% -
XYZ 31.26 41.62 45.92 -
YUV 161.19 134.66 88.64 -
System Red Green Blue C M Y K H S L
Decimal 106 187 173 0.43 0 0.07 0.27 169.63 0.37 0.57
Hex 6A BB AD 2B 0 7 1B AA 25 39
Octal 152 273 255 53 0 7 33 252 45 71
Binary 1101010 10111011 10101101 101011 0 111 11011 10101010 100101 111001

Color Harmonies of #6ABBAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ABBAD

Black with #6ABBAD

Text Example


Text Example

White with #6ABBAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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