#69BFAD

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

Shades of Gulf Stream #69BFAD

Tints of Gulf Stream #69BFAD

Color information

#69BFAD (or 0x69BFAD) is unknown color: approx Gulf Stream. HEX triplet: 69, BF and AD. RGB value is (105,191,173). Sum of RGB (Red+Green+Blue) = 105+191+173=469 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.39% from 469); Green value is 191 (75% from 255 or 40.72% from 469); Blue value is 173 (67.97% from 255 or 36.89% from 469); Max value from RGB is 191 - color contains mainly: green. Hex color #69BFAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69BFAD is #964052. Grayscale: #A3A3A3. Windows color (decimal): -9846867 or 11386729. OLE color: 11386729.

HSL color Cylindrical-coordinate representation of color #69BFAD: hue angle of 167.44º 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 #69BFAD is Cyan = 0.45, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB105191173-
CMYK0.4500.090.25
HSL167.44º40.19%58.04%-
HSV(B)167.44º45.03%74.9%-
XYZ3243.2846.2-
YUV163.23133.5186.46-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.39%
GREEN value IS 191 (75% from 255) = 40.72%
BLUE value IS 173 (67.97% from 255) = 36.89%
R=22.39%
G=40.72%
B=36.89%

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
Decimal1051911730.4500.090.25167.4440.1958.04
Hex69BFAD2D0919a7283a
Octal15127725555011312475072
Binary11010011011111110101101101101010011100110100111101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69BFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,191,173); }

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

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

 a { background-color: rgb(105,191,173); }

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

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

 span { border-color: rgb(105,191,173); }

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