Html Css Color HEX #6FB4AB Gulf Stream

📋 copy color: '#6FB4AB'

red 111 ◦ green 180 ◦ blue 171

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

Shades of Gulf Stream #6FB4AB

Tints of Gulf Stream #6FB4AB

RGB

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

 GREEN value IS 180 (70.7% from 255) = 38.96%

 BLUE value IS 171 (67.19% from 255) = 37.01%

R = 24.03%
G = 38.96%
B = 37.01%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#6FB4AB (or 0x6FB4AB) is known color: Gulf Stream. HEX triplet: 6F, B4 and AB. RGB value is (111,180,171). Sum of RGB (Red+Green+Blue) = 111+180+171=462 (61% of max value = 765). Red value is 111 (43.75% from 255 or 24.03% from 462); Green value is 180 (70.70% from 255 or 38.96% from 462); Blue value is 171 (67.19% from 255 or 37.01% from 462); Max value from RGB is 180 - color contains mainly: green. Hex color #6FB4AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FB4AB is #904B54. Grayscale: #9E9E9E. Windows color (decimal): -9456469 or 11252847. OLE color: 11252847.

HSL color Cylindrical-coordinate representation of color #6FB4AB: hue angle of 172.17º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6FB4AB is Cyan = 0.38, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB 111 180 171 -
CMYK 0.38 0 0.05 0.29
HSL 172.17º 0.32% 0.57% -
HSV(B) 172.17º 0.38% 0.71% -
XYZ 30.23 38.96 44.46 -
YUV 158.34 135.14 94.23 -
System Red Green Blue C M Y K H S L
Decimal 111 180 171 0.38 0 0.05 0.29 172.17 0.32 0.57
Hex 6F B4 AB 26 0 5 1D AC 20 39
Octal 157 264 253 46 0 5 35 254 40 71
Binary 1101111 10110100 10101011 100110 0 101 11101 10101100 100000 111001

Color Harmonies of #6FB4AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FB4AB

Black with #6FB4AB

Text Example


Text Example

White with #6FB4AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,180,171); }

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

background-color css

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

 a { background-color: rgb(111,180,171); }

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

border-color css

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

 span { border-color: rgb(111,180,171); }

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