#6cb5a3

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

Shades of Gulf Stream #6CB5A3

Tints of Gulf Stream #6CB5A3

Color information

#6CB5A3 (or 0x6CB5A3) is unknown color: approx Gulf Stream. HEX triplet: 6C, B5 and A3. RGB value is (108,181,163). Sum of RGB (Red+Green+Blue) = 108+181+163=452 (59% of max value = 765). Red value is 108 (42.58% from 255 or 23.89% from 452); Green value is 181 (71.09% from 255 or 40.04% from 452); Blue value is 163 (64.06% from 255 or 36.06% from 452); Max value from RGB is 181 - color contains mainly: green. Hex color #6CB5A3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CB5A3 is #934A5C. Grayscale: #9D9D9D. Windows color (decimal): -9652829 or 10728812. OLE color: 10728812.

HSL color Cylindrical-coordinate representation of color #6CB5A3: hue angle of 165.21º 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 #6CB5A3 is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.29.

Color convert

RGB108181163-
CMYK0.4000.100.29
HSL165.21º33.03%56.67%-
HSV(B)165.21º40.33%70.98%-
XYZ29.3238.8840.61-
YUV157.12131.3292.96-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 23.89%
GREEN value IS 181 (71.09% from 255) = 40.04%
BLUE value IS 163 (64.06% from 255) = 36.06%
R=23.89%
G=40.04%
B=36.06%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1081811630.4000.100.29165.2133.0356.67
Hex6CB5A3280A1Da52139
Octal15426524350012352454171
Binary11011001011010110100011101000010101110110100101100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6cb5a3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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