Html Css Color HEX #6FB29F Gulf Stream

📋 copy color: '#6FB29F'

red 111 ◦ green 178 ◦ blue 159

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

Shades of Gulf Stream #6FB29F

Tints of Gulf Stream #6FB29F

RGB

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

 GREEN value IS 178 (69.92% from 255) = 39.73%

 BLUE value IS 159 (62.5% from 255) = 35.49%

R = 24.78%
G = 39.73%
B = 35.49%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#6FB29F (or 0x6FB29F) is known color: Gulf Stream. HEX triplet: 6F, B2 and 9F. RGB value is (111,178,159). Sum of RGB (Red+Green+Blue) = 111+178+159=448 (59% of max value = 765). Red value is 111 (43.75% from 255 or 24.78% from 448); Green value is 178 (69.92% from 255 or 39.73% from 448); Blue value is 159 (62.5% from 255 or 35.49% from 448); Max value from RGB is 178 - color contains mainly: green. Hex color #6FB29F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FB29F is #904D60. Grayscale: #9B9B9B. Windows color (decimal): -9456993 or 10465903. OLE color: 10465903.

HSL color Cylindrical-coordinate representation of color #6FB29F: hue angle of 162.99º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6FB29F is Cyan = 0.38, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.30.

Color convert

RGB 111 178 159 -
CMYK 0.38 0 0.11 0.30
HSL 162.99º 0.3% 0.57% -
HSV(B) 162.99º 0.38% 0.7% -
XYZ 28.73 37.72 38.57 -
YUV 155.8 129.8 96.04 -
System Red Green Blue C M Y K H S L
Decimal 111 178 159 0.38 0 0.11 0.30 162.99 0.3 0.57
Hex 6F B2 9F 26 0 B 1E A3 1E 39
Octal 157 262 237 46 0 13 36 243 36 71
Binary 1101111 10110010 10011111 100110 0 1011 11110 10100011 11110 111001

Color Harmonies of #6FB29F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FB29F

Black with #6FB29F

Text Example


Text Example

White with #6FB29F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,178,159); }

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

background-color css

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

 a { background-color: rgb(111,178,159); }

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

border-color css

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

 span { border-color: rgb(111,178,159); }

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