#6fbea7

Color #6FBEA7 Gulf Stream (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gulf Stream #6FBEA7

Tints of Gulf Stream #6FBEA7

Color information

#6FBEA7 (or 0x6FBEA7) is unknown color: approx Gulf Stream. HEX triplet: 6F, BE and A7. RGB value is (111,190,167). Sum of RGB (Red+Green+Blue) = 111+190+167=468 (61% of max value = 765). Red value is 111 (43.75% from 255 or 23.72% from 468); Green value is 190 (74.61% from 255 or 40.60% from 468); Blue value is 167 (65.62% from 255 or 35.68% from 468); Max value from RGB is 190 - color contains mainly: green. Hex color #6FBEA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FBEA7 is #904158. Grayscale: #A3A3A3. Windows color (decimal): -9453913 or 10993263. OLE color: 10993263.

HSL color Cylindrical-coordinate representation of color #6FBEA7: hue angle of 162.53º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6FBEA7 is Cyan = 0.42, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB111190167-
CMYK0.4200.120.25
HSL162.53º37.8%59.02%-
HSV(B)162.53º41.58%74.51%-
XYZ31.944343.17-
YUV163.76129.8390.37-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 23.72%
GREEN value IS 190 (74.61% from 255) = 40.60%
BLUE value IS 167 (65.62% from 255) = 35.68%
R=23.72%
G=40.60%
B=35.68%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1111901670.4200.120.25162.5337.859.02
Hex6FBEA72A0C19a3263b
Octal15727624752014312434673
Binary11011111011111010100111101010011001100110100011100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6fbea7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,190,167); }

 H1.HeaderClassName
 {
   color: #6fbea7;
 }
 .AnyTagClassName
 {
   color: #6fbea7;
 }
</style>
background-color css

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

 a { background-color: rgb(111,190,167); }

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

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

 span { border-color: rgb(111,190,167); }

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