#69BCAB

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

Shades of Gulf Stream #69BCAB

Tints of Gulf Stream #69BCAB

Color information

#69BCAB (or 0x69BCAB) is unknown color: approx Gulf Stream. HEX triplet: 69, BC and AB. RGB value is (105,188,171). Sum of RGB (Red+Green+Blue) = 105+188+171=464 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.63% from 464); Green value is 188 (73.83% from 255 or 40.52% from 464); Blue value is 171 (67.19% from 255 or 36.85% from 464); Max value from RGB is 188 - color contains mainly: green. Hex color #69BCAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69BCAB is #964354. Grayscale: #A1A1A1. Windows color (decimal): -9847637 or 11254889. OLE color: 11254889.

HSL color Cylindrical-coordinate representation of color #69BCAB: hue angle of 167.71º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #69BCAB is Cyan = 0.44, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB105188171-
CMYK0.4400.090.26
HSL167.71º38.25%57.45%-
HSV(B)167.71º44.15%73.73%-
XYZ31.1641.9144.98-
YUV161.24133.587.88-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.63%
GREEN value IS 188 (73.83% from 255) = 40.52%
BLUE value IS 171 (67.19% from 255) = 36.85%
R=22.63%
G=40.52%
B=36.85%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1051881710.4400.090.26167.7138.2557.45
Hex69BCAB2C091Aa82639
Octal15127425354011322504671
Binary11010011011110010101011101100010011101010101000100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69BCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,188,171); }

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

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

 a { background-color: rgb(105,188,171); }

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

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

 span { border-color: rgb(105,188,171); }

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