#6CBCAC

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

Shades of Gulf Stream #6CBCAC

Tints of Gulf Stream #6CBCAC

Color information

#6CBCAC (or 0x6CBCAC) is unknown color: approx Gulf Stream. HEX triplet: 6C, BC and AC. RGB value is (108,188,172). Sum of RGB (Red+Green+Blue) = 108+188+172=468 (61% of max value = 765). Red value is 108 (42.58% from 255 or 23.08% from 468); Green value is 188 (73.83% from 255 or 40.17% from 468); Blue value is 172 (67.58% from 255 or 36.75% from 468); Max value from RGB is 188 - color contains mainly: green. Hex color #6CBCAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CBCAC is #934353. Grayscale: #A2A2A2. Windows color (decimal): -9651028 or 11320428. OLE color: 11320428.

HSL color Cylindrical-coordinate representation of color #6CBCAC: hue angle of 168º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6CBCAC is Cyan = 0.43, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB108188172-
CMYK0.4300.090.26
HSL168º37.38%58.04%-
HSV(B)168º42.55%73.73%-
XYZ31.6142.1345.5-
YUV162.26133.589.3-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 23.08%
GREEN value IS 188 (73.83% from 255) = 40.17%
BLUE value IS 172 (67.58% from 255) = 36.75%
R=23.08%
G=40.17%
B=36.75%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1081881720.4300.090.2616837.3858.04
Hex6CBCAC2B091Aa8253a
Octal15427425453011322504572
Binary11011001011110010101100101011010011101010101000100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CBCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,188,172); }

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

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

 a { background-color: rgb(108,188,172); }

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

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

 span { border-color: rgb(108,188,172); }

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