#6CB5A5

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

Shades of Gulf Stream #6CB5A5

Tints of Gulf Stream #6CB5A5

Color information

#6CB5A5 (or 0x6CB5A5) is unknown color: approx Gulf Stream. HEX triplet: 6C, B5 and A5. RGB value is (108,181,165). Sum of RGB (Red+Green+Blue) = 108+181+165=454 (60% of max value = 765). Red value is 108 (42.58% from 255 or 23.79% from 454); Green value is 181 (71.09% from 255 or 39.87% from 454); Blue value is 165 (64.84% from 255 or 36.34% from 454); Max value from RGB is 181 - color contains mainly: green. Hex color #6CB5A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CB5A5 is #934A5A. Grayscale: #9D9D9D. Windows color (decimal): -9652827 or 10859884. OLE color: 10859884.

HSL color Cylindrical-coordinate representation of color #6CB5A5: hue angle of 166.85º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6CB5A5 is Cyan = 0.40, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB108181165-
CMYK0.4000.090.29
HSL166.85º33.03%56.67%-
HSV(B)166.85º40.33%70.98%-
XYZ29.538.9541.56-
YUV157.35132.3292.8-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 23.79%
GREEN value IS 181 (71.09% from 255) = 39.87%
BLUE value IS 165 (64.84% from 255) = 36.34%
R=23.79%
G=39.87%
B=36.34%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1081811650.4000.090.29166.8533.0356.67
Hex6CB5A528091Da72139
Octal15426524550011352474171
Binary11011001011010110100101101000010011110110100111100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CB5A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,181,165); }

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

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

 a { background-color: rgb(108,181,165); }

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

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

 span { border-color: rgb(108,181,165); }

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