#6CBEAE

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

Shades of Gulf Stream #6CBEAE

Tints of Gulf Stream #6CBEAE

Color information

#6CBEAE (or 0x6CBEAE) is unknown color: approx Gulf Stream. HEX triplet: 6C, BE and AE. RGB value is (108,190,174). Sum of RGB (Red+Green+Blue) = 108+190+174=472 (62% of max value = 765). Red value is 108 (42.58% from 255 or 22.88% from 472); Green value is 190 (74.61% from 255 or 40.25% from 472); Blue value is 174 (68.36% from 255 or 36.86% from 472); Max value from RGB is 190 - color contains mainly: green. Hex color #6CBEAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CBEAE is #934151. Grayscale: #A3A3A3. Windows color (decimal): -9650514 or 11452012. OLE color: 11452012.

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

Color convert

RGB108190174-
CMYK0.4300.080.25
HSL168.29º38.68%58.43%-
HSV(B)168.29º43.16%74.51%-
XYZ32.2443.0746.66-
YUV163.66133.8388.3-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 22.88%
GREEN value IS 190 (74.61% from 255) = 40.25%
BLUE value IS 174 (68.36% from 255) = 36.86%
R=22.88%
G=40.25%
B=36.86%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1081901740.4300.080.25168.2938.6858.43
Hex6CBEAE2B0819a8273a
Octal15427625653010312504772
Binary11011001011111010101110101011010001100110101000100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CBEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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