#6CBCAF

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

Shades of Gulf Stream #6CBCAF

Tints of Gulf Stream #6CBCAF

Color information

#6CBCAF (or 0x6CBCAF) is unknown color: approx Gulf Stream. HEX triplet: 6C, BC and AF. RGB value is (108,188,175). Sum of RGB (Red+Green+Blue) = 108+188+175=471 (62% of max value = 765). Red value is 108 (42.58% from 255 or 22.93% from 471); Green value is 188 (73.83% from 255 or 39.92% from 471); Blue value is 175 (68.75% from 255 or 37.15% from 471); Max value from RGB is 188 - color contains mainly: green. Hex color #6CBCAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CBCAF is #934350. Grayscale: #A2A2A2. Windows color (decimal): -9651025 or 11517036. OLE color: 11517036.

HSL color Cylindrical-coordinate representation of color #6CBCAF: hue angle of 170.25º 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 #6CBCAF is Cyan = 0.43, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB108188175-
CMYK0.4300.070.26
HSL170.25º37.38%58.04%-
HSV(B)170.25º42.55%73.73%-
XYZ31.9142.2547.03-
YUV162.613589.06-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 22.93%
GREEN value IS 188 (73.83% from 255) = 39.92%
BLUE value IS 175 (68.75% from 255) = 37.15%
R=22.93%
G=39.92%
B=37.15%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1081881750.4300.070.26170.2537.3858.04
Hex6CBCAF2B071Aaa253a
Octal1542742575307322524572
Binary1101100101111001010111110101101111101010101010100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CBCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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