Html Css Color HEX #69B5AB Tradewind

📋 copy color: '#69B5AB'

red 105 ◦ green 181 ◦ blue 171

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

Shades of Tradewind #69B5AB

Tints of Tradewind #69B5AB

RGB

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

 GREEN value IS 181 (71.09% from 255) = 39.61%

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

R = 22.98%
G = 39.61%
B = 37.42%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#69B5AB (or 0x69B5AB) is known color: Tradewind. HEX triplet: 69, B5 and AB. RGB value is (105,181,171). Sum of RGB (Red+Green+Blue) = 105+181+171=457 (60% of max value = 765). Red value is 105 (41.41% from 255 or 22.98% from 457); Green value is 181 (71.09% from 255 or 39.61% from 457); Blue value is 171 (67.19% from 255 or 37.42% from 457); Max value from RGB is 181 - color contains mainly: green. Hex color #69B5AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69B5AB is #964A54. Grayscale: #9D9D9D. Windows color (decimal): -9849429 or 11253097. OLE color: 11253097.

HSL color Cylindrical-coordinate representation of color #69B5AB: hue angle of 172.11º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #69B5AB is Cyan = 0.42, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB 105 181 171 -
CMYK 0.42 0 0.06 0.29
HSL 172.11º 0.34% 0.56% -
HSV(B) 172.11º 0.42% 0.71% -
XYZ 29.7 38.99 44.49 -
YUV 157.14 135.82 90.81 -
System Red Green Blue C M Y K H S L
Decimal 105 181 171 0.42 0 0.06 0.29 172.11 0.34 0.56
Hex 69 B5 AB 2A 0 6 1D AC 22 38
Octal 151 265 253 52 0 6 35 254 42 70
Binary 1101001 10110101 10101011 101010 0 110 11101 10101100 100010 111000

Color Harmonies of #69B5AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69B5AB

Black with #69B5AB

Text Example


Text Example

White with #69B5AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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