#6CBDAC

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

Shades of Gulf Stream #6CBDAC

Tints of Gulf Stream #6CBDAC

Color information

#6CBDAC (or 0x6CBDAC) is unknown color: approx Gulf Stream. HEX triplet: 6C, BD and AC. RGB value is (108,189,172). Sum of RGB (Red+Green+Blue) = 108+189+172=469 (62% of max value = 765). Red value is 108 (42.58% from 255 or 23.03% from 469); Green value is 189 (74.22% from 255 or 40.30% from 469); Blue value is 172 (67.58% from 255 or 36.67% from 469); Max value from RGB is 189 - color contains mainly: green. Hex color #6CBDAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CBDAC is #934253. Grayscale: #A2A2A2. Windows color (decimal): -9650772 or 11320684. OLE color: 11320684.

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

Color convert

RGB108189172-
CMYK0.4300.090.26
HSL167.41º38.03%58.24%-
HSV(B)167.41º42.86%74.12%-
XYZ31.8342.5645.57-
YUV162.84133.1688.88-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 23.03%
GREEN value IS 189 (74.22% from 255) = 40.30%
BLUE value IS 172 (67.58% from 255) = 36.67%
R=23.03%
G=40.30%
B=36.67%

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
Decimal1081891720.4300.090.26167.4138.0358.24
Hex6CBDAC2B091Aa7263a
Octal15427525453011322474672
Binary11011001011110110101100101011010011101010100111100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CBDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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