#6BB5A2

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

Shades of Gulf Stream #6BB5A2

Tints of Gulf Stream #6BB5A2

Color information

#6BB5A2 (or 0x6BB5A2) is unknown color: approx Gulf Stream. HEX triplet: 6B, B5 and A2. RGB value is (107,181,162). Sum of RGB (Red+Green+Blue) = 107+181+162=450 (59% of max value = 765). Red value is 107 (42.19% from 255 or 23.78% from 450); Green value is 181 (71.09% from 255 or 40.22% from 450); Blue value is 162 (63.67% from 255 or 36% from 450); Max value from RGB is 181 - color contains mainly: green. Hex color #6BB5A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BB5A2 is #944A5D. Grayscale: #9C9C9C. Windows color (decimal): -9718366 or 10663275. OLE color: 10663275.

HSL color Cylindrical-coordinate representation of color #6BB5A2: hue angle of 164.59º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6BB5A2 is Cyan = 0.41, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.29.

Color convert

RGB107181162-
CMYK0.4100.100.29
HSL164.59º33.33%56.47%-
HSV(B)164.59º40.88%70.98%-
XYZ29.1138.7840.13-
YUV156.71130.9892.54-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 23.78%
GREEN value IS 181 (71.09% from 255) = 40.22%
BLUE value IS 162 (63.67% from 255) = 36%
R=23.78%
G=40.22%
B=36%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1071811620.4100.100.29164.5933.3356.47
Hex6BB5A2290A1Da52138
Octal15326524251012352454170
Binary11010111011010110100010101001010101110110100101100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BB5A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,181,162); }

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

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

 a { background-color: rgb(107,181,162); }

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

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

 span { border-color: rgb(107,181,162); }

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