#69BEB1

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

Shades of Gulf Stream #69BEB1

Tints of Gulf Stream #69BEB1

Color information

#69BEB1 (or 0x69BEB1) is unknown color: approx Gulf Stream. HEX triplet: 69, BE and B1. RGB value is (105,190,177). Sum of RGB (Red+Green+Blue) = 105+190+177=472 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.25% from 472); Green value is 190 (74.61% from 255 or 40.25% from 472); Blue value is 177 (69.53% from 255 or 37.5% from 472); Max value from RGB is 190 - color contains mainly: green. Hex color #69BEB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69BEB1 is #96414E. Grayscale: #A3A3A3. Windows color (decimal): -9847119 or 11648617. OLE color: 11648617.

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

Color convert

RGB105190177-
CMYK0.4500.070.25
HSL170.82º39.53%57.84%-
HSV(B)170.82º44.74%74.51%-
XYZ32.174348.2-
YUV163.1135.8486.56-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.25%
GREEN value IS 190 (74.61% from 255) = 40.25%
BLUE value IS 177 (69.53% from 255) = 37.5%
R=22.25%
G=40.25%
B=37.5%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1051901770.4500.070.25170.8239.5357.84
Hex69BEB12D0719ab283a
Octal1512762615507312535072
Binary1101001101111101011000110110101111100110101011101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69BEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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