#69BEAC

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

Shades of Gulf Stream #69BEAC

Tints of Gulf Stream #69BEAC

Color information

#69BEAC (or 0x69BEAC) is unknown color: approx Gulf Stream. HEX triplet: 69, BE and AC. RGB value is (105,190,172). Sum of RGB (Red+Green+Blue) = 105+190+172=467 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.48% from 467); Green value is 190 (74.61% from 255 or 40.69% from 467); Blue value is 172 (67.58% from 255 or 36.83% from 467); Max value from RGB is 190 - color contains mainly: green. Hex color #69BEAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69BEAC is #964153. Grayscale: #A2A2A2. Windows color (decimal): -9847124 or 11320937. OLE color: 11320937.

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

Color convert

RGB105190172-
CMYK0.4500.090.25
HSL167.29º39.53%57.84%-
HSV(B)167.29º44.74%74.51%-
XYZ31.6942.8145.62-
YUV162.53133.3486.96-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.48%
GREEN value IS 190 (74.61% from 255) = 40.69%
BLUE value IS 172 (67.58% from 255) = 36.83%
R=22.48%
G=40.69%
B=36.83%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1051901720.4500.090.25167.2939.5357.84
Hex69BEAC2D0919a7283a
Octal15127625455011312475072
Binary11010011011111010101100101101010011100110100111101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69BEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69BEAC; }

 p { color: rgb(105,190,172); }

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

<style>
 a { background-color: #69BEAC; }

 a { background-color: rgb(105,190,172); }

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

<style>
 span { border-color: #69BEAC; }

 span { border-color: rgb(105,190,172); }

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