Html Css Color HEX #69ADAB Tradewind

📋 copy color: '#69ADAB'

red 105 ◦ green 173 ◦ blue 171

#69ADAB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tradewind #69ADAB

Tints of Tradewind #69ADAB

RGB

 RED value IS 105 (41.41% from 255) = 23.39%

 GREEN value IS 173 (67.97% from 255) = 38.53%

 BLUE value IS 171 (67.19% from 255) = 38.08%

R = 23.39%
G = 38.53%
B = 38.08%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#69ADAB (or 0x69ADAB) is known color: Tradewind. HEX triplet: 69, AD and AB. RGB value is (105,173,171). Sum of RGB (Red+Green+Blue) = 105+173+171=449 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.39% from 449); Green value is 173 (67.97% from 255 or 38.53% from 449); Blue value is 171 (67.19% from 255 or 38.08% from 449); Max value from RGB is 173 - color contains mainly: green. Hex color #69ADAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69ADAB is #965254. Grayscale: #989898. Windows color (decimal): -9851477 or 11251049. OLE color: 11251049.

HSL color Cylindrical-coordinate representation of color #69ADAB: hue angle of 178.24º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #69ADAB is Cyan = 0.39, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB 105 173 171 -
CMYK 0.39 0 0.01 0.32
HSL 178.24º 0.29% 0.55% -
HSV(B) 178.24º 0.39% 0.68% -
XYZ 28.12 35.83 43.96 -
YUV 152.44 138.47 94.16 -
System Red Green Blue C M Y K H S L
Decimal 105 173 171 0.39 0 0.01 0.32 178.24 0.29 0.55
Hex 69 AD AB 27 0 1 20 B2 1D 37
Octal 151 255 253 47 0 1 40 262 35 67
Binary 1101001 10101101 10101011 100111 0 1 100000 10110010 11101 110111

Color Harmonies of #69ADAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69ADAB

Black with #69ADAB

Text Example


Text Example

White with #69ADAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #69ADAB;
 }
 .AnyTagClassName
 {
   color: #69ADAB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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