Html Css Color HEX #72B4A2 Gulf Stream

📋 copy color: '#72B4A2'

red 114 ◦ green 180 ◦ blue 162

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

Shades of Gulf Stream #72B4A2

Tints of Gulf Stream #72B4A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 35.53%

R = 25%
G = 39.47%
B = 35.53%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.1

 K value IS 0.29

RGB Variations

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

Color information

#72B4A2 (or 0x72B4A2) is known color: Gulf Stream. HEX triplet: 72, B4 and A2. RGB value is (114,180,162). Sum of RGB (Red+Green+Blue) = 114+180+162=456 (60% of max value = 765). Red value is 114 (44.92% from 255 or 25% from 456); Green value is 180 (70.70% from 255 or 39.47% from 456); Blue value is 162 (63.67% from 255 or 35.53% from 456); Max value from RGB is 180 - color contains mainly: green. Hex color #72B4A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72B4A2 is #8D4B5D. Grayscale: #9E9E9E. Windows color (decimal): -9259870 or 10663026. OLE color: 10663026.

HSL color Cylindrical-coordinate representation of color #72B4A2: hue angle of 163.64º 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 #72B4A2 is Cyan = 0.37, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.29.

Color convert

RGB 114 180 162 -
CMYK 0.37 0 0.1 0.29
HSL 163.64º 0.31% 0.58% -
HSV(B) 163.64º 0.37% 0.71% -
XYZ 29.78 38.83 40.11 -
YUV 158.21 130.13 96.46 -
System Red Green Blue C M Y K H S L
Decimal 114 180 162 0.37 0 0.1 0.29 163.64 0.31 0.58
Hex 72 B4 A2 25 0 A 1D A4 1F 3A
Octal 162 264 242 45 0 12 35 244 37 72
Binary 1110010 10110100 10100010 100101 0 1010 11101 10100100 11111 111010

Color Harmonies of #72B4A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72B4A2

Black with #72B4A2

Text Example


Text Example

White with #72B4A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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