#69BEB0

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

Shades of Gulf Stream #69BEB0

Tints of Gulf Stream #69BEB0

Color information

#69BEB0 (or 0x69BEB0) is unknown color: approx Gulf Stream. HEX triplet: 69, BE and B0. RGB value is (105,190,176). Sum of RGB (Red+Green+Blue) = 105+190+176=471 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.29% from 471); Green value is 190 (74.61% from 255 or 40.34% from 471); Blue value is 176 (69.14% from 255 or 37.37% from 471); Max value from RGB is 190 - color contains mainly: green. Hex color #69BEB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69BEB0 is #96414F. Grayscale: #A2A2A2. Windows color (decimal): -9847120 or 11583081. OLE color: 11583081.

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

Color convert

RGB105190176-
CMYK0.4500.070.25
HSL170.12º39.53%57.84%-
HSV(B)170.12º44.74%74.51%-
XYZ32.0842.9647.68-
YUV162.99135.3486.64-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.29%
GREEN value IS 190 (74.61% from 255) = 40.34%
BLUE value IS 176 (69.14% from 255) = 37.37%
R=22.29%
G=40.34%
B=37.37%

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
Decimal1051901760.4500.070.25170.1239.5357.84
Hex69BEB02D0719aa283a
Octal1512762605507312525072
Binary1101001101111101011000010110101111100110101010101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69BEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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