Html Css Color HEX #72B4B2 Tradewind

📋 copy color: '#72B4B2'

red 114 ◦ green 180 ◦ blue 178

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

Shades of Tradewind #72B4B2

Tints of Tradewind #72B4B2

RGB

 RED value IS 114 (44.92% from 255) = 24.15%

 GREEN value IS 180 (70.7% from 255) = 38.14%

 BLUE value IS 178 (69.92% from 255) = 37.71%

R = 24.15%
G = 38.14%
B = 37.71%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#72B4B2 (or 0x72B4B2) is known color: Tradewind. HEX triplet: 72, B4 and B2. RGB value is (114,180,178). Sum of RGB (Red+Green+Blue) = 114+180+178=472 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.15% from 472); Green value is 180 (70.70% from 255 or 38.14% from 472); Blue value is 178 (69.92% from 255 or 37.71% from 472); Max value from RGB is 180 - color contains mainly: green. Hex color #72B4B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72B4B2 is #8D4B4D. Grayscale: #9F9F9F. Windows color (decimal): -9259854 or 11711602. OLE color: 11711602.

HSL color Cylindrical-coordinate representation of color #72B4B2: hue angle of 178.18º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #72B4B2 is Cyan = 0.37, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB 114 180 178 -
CMYK 0.37 0 0.01 0.29
HSL 178.18º 0.31% 0.58% -
HSV(B) 178.18º 0.37% 0.71% -
XYZ 31.3 39.43 48.08 -
YUV 160.04 138.13 95.16 -
System Red Green Blue C M Y K H S L
Decimal 114 180 178 0.37 0 0.01 0.29 178.18 0.31 0.58
Hex 72 B4 B2 25 0 1 1D B2 1F 3A
Octal 162 264 262 45 0 1 35 262 37 72
Binary 1110010 10110100 10110010 100101 0 1 11101 10110010 11111 111010

Color Harmonies of #72B4B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72B4B2

Black with #72B4B2

Text Example


Text Example

White with #72B4B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72B4B2; }

 p { color: rgb(114,180,178); }

 H1.HeaderClassName
 {
   color: #72B4B2;
 }
 .AnyTagClassName
 {
   color: #72B4B2;
 }
</style>

background-color css

<style>
 a { background-color: #72B4B2; }

 a { background-color: rgb(114,180,178); }

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

border-color css

<style>
 span { border-color: #72B4B2; }

 span { border-color: rgb(114,180,178); }

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