Html Css Color HEX #6FBBA3 Gulf Stream

📋 copy color: '#6FBBA3'

red 111 ◦ green 187 ◦ blue 163

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

Shades of Gulf Stream #6FBBA3

Tints of Gulf Stream #6FBBA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 35.36%

R = 24.08%
G = 40.56%
B = 35.36%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.13

 K value IS 0.27

RGB Variations

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

Color information

#6FBBA3 (or 0x6FBBA3) is known color: Gulf Stream. HEX triplet: 6F, BB and A3. RGB value is (111,187,163). Sum of RGB (Red+Green+Blue) = 111+187+163=461 (61% of max value = 765). Red value is 111 (43.75% from 255 or 24.08% from 461); Green value is 187 (73.44% from 255 or 40.56% from 461); Blue value is 163 (64.06% from 255 or 35.36% from 461); Max value from RGB is 187 - color contains mainly: green. Hex color #6FBBA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FBBA3 is #90445C. Grayscale: #A1A1A1. Windows color (decimal): -9454685 or 10730351. OLE color: 10730351.

HSL color Cylindrical-coordinate representation of color #6FBBA3: hue angle of 161.05º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6FBBA3 is Cyan = 0.41, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.

Color convert

RGB 111 187 163 -
CMYK 0.41 0 0.13 0.27
HSL 161.05º 0.36% 0.58% -
HSV(B) 161.05º 0.41% 0.73% -
XYZ 30.94 41.56 41.04 -
YUV 161.54 128.82 91.95 -
System Red Green Blue C M Y K H S L
Decimal 111 187 163 0.41 0 0.13 0.27 161.05 0.36 0.58
Hex 6F BB A3 29 0 D 1B A1 24 3A
Octal 157 273 243 51 0 15 33 241 44 72
Binary 1101111 10111011 10100011 101001 0 1101 11011 10100001 100100 111010

Color Harmonies of #6FBBA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FBBA3

Black with #6FBBA3

Text Example


Text Example

White with #6FBBA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,187,163); }

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

background-color css

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

 a { background-color: rgb(111,187,163); }

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

border-color css

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

 span { border-color: rgb(111,187,163); }

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