Html Css Color HEX #72BDA9 Gulf Stream

📋 copy color: '#72BDA9'

red 114 ◦ green 189 ◦ blue 169

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

Shades of Gulf Stream #72BDA9

Tints of Gulf Stream #72BDA9

RGB

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

 GREEN value IS 189 (74.22% from 255) = 40.04%

 BLUE value IS 169 (66.41% from 255) = 35.81%

R = 24.15%
G = 40.04%
B = 35.81%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#72BDA9 (or 0x72BDA9) is known color: Gulf Stream. HEX triplet: 72, BD and A9. RGB value is (114,189,169). Sum of RGB (Red+Green+Blue) = 114+189+169=472 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.15% from 472); Green value is 189 (74.22% from 255 or 40.04% from 472); Blue value is 169 (66.41% from 255 or 35.81% from 472); Max value from RGB is 189 - color contains mainly: green. Hex color #72BDA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72BDA9 is #8D4256. Grayscale: #A4A4A4. Windows color (decimal): -9257559 or 11124082. OLE color: 11124082.

HSL color Cylindrical-coordinate representation of color #72BDA9: hue angle of 164º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #72BDA9 is Cyan = 0.40, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.

Color convert

RGB 114 189 169 -
CMYK 0.40 0 0.11 0.26
HSL 164º 0.36% 0.59% -
HSV(B) 164º 0.4% 0.74% -
XYZ 32.3 42.84 44.1 -
YUV 164.3 130.65 92.13 -
System Red Green Blue C M Y K H S L
Decimal 114 189 169 0.40 0 0.11 0.26 164 0.36 0.59
Hex 72 BD A9 28 0 B 1A A4 24 3B
Octal 162 275 251 50 0 13 32 244 44 73
Binary 1110010 10111101 10101001 101000 0 1011 11010 10100100 100100 111011

Color Harmonies of #72BDA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72BDA9

Black with #72BDA9

Text Example


Text Example

White with #72BDA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,189,169); }

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

background-color css

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

 a { background-color: rgb(114,189,169); }

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

border-color css

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

 span { border-color: rgb(114,189,169); }

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