#6CBEAD

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

Shades of Gulf Stream #6CBEAD

Tints of Gulf Stream #6CBEAD

Color information

#6CBEAD (or 0x6CBEAD) is unknown color: approx Gulf Stream. HEX triplet: 6C, BE and AD. RGB value is (108,190,173). Sum of RGB (Red+Green+Blue) = 108+190+173=471 (62% of max value = 765). Red value is 108 (42.58% from 255 or 22.93% from 471); Green value is 190 (74.61% from 255 or 40.34% from 471); Blue value is 173 (67.97% from 255 or 36.73% from 471); Max value from RGB is 190 - color contains mainly: green. Hex color #6CBEAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CBEAD is #934152. Grayscale: #A3A3A3. Windows color (decimal): -9650515 or 11386476. OLE color: 11386476.

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

Color convert

RGB108190173-
CMYK0.4300.090.25
HSL167.56º38.68%58.43%-
HSV(B)167.56º43.16%74.51%-
XYZ32.1443.0346.15-
YUV163.54133.3388.38-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 22.93%
GREEN value IS 190 (74.61% from 255) = 40.34%
BLUE value IS 173 (67.97% from 255) = 36.73%
R=22.93%
G=40.34%
B=36.73%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1081901730.4300.090.25167.5638.6858.43
Hex6CBEAD2B0919a8273a
Octal15427625553011312504772
Binary11011001011111010101101101011010011100110101000100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CBEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,190,173); }

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

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

 a { background-color: rgb(108,190,173); }

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

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

 span { border-color: rgb(108,190,173); }

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