Html Css Color HEX #72BDA8 Gulf Stream

📋 copy color: '#72BDA8'

red 114 ◦ green 189 ◦ blue 168

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

Shades of Gulf Stream #72BDA8

Tints of Gulf Stream #72BDA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 35.67%

R = 24.2%
G = 40.13%
B = 35.67%

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

#72BDA8 (or 0x72BDA8) is known color: Gulf Stream. HEX triplet: 72, BD and A8. RGB value is (114,189,168). Sum of RGB (Red+Green+Blue) = 114+189+168=471 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.20% from 471); Green value is 189 (74.22% from 255 or 40.13% from 471); Blue value is 168 (66.02% from 255 or 35.67% from 471); Max value from RGB is 189 - color contains mainly: green. Hex color #72BDA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72BDA8 is #8D4257. Grayscale: #A4A4A4. Windows color (decimal): -9257560 or 11058546. OLE color: 11058546.

HSL color Cylindrical-coordinate representation of color #72BDA8: hue angle of 163.2º 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 #72BDA8 is Cyan = 0.40, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.

Color convert

RGB 114 189 168 -
CMYK 0.40 0 0.11 0.26
HSL 163.2º 0.36% 0.59% -
HSV(B) 163.2º 0.4% 0.74% -
XYZ 32.2 42.8 43.61 -
YUV 164.18 130.15 92.21 -
System Red Green Blue C M Y K H S L
Decimal 114 189 168 0.40 0 0.11 0.26 163.2 0.36 0.59
Hex 72 BD A8 28 0 B 1A A3 24 3B
Octal 162 275 250 50 0 13 32 243 44 73
Binary 1110010 10111101 10101000 101000 0 1011 11010 10100011 100100 111011

Color Harmonies of #72BDA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72BDA8

Black with #72BDA8

Text Example


Text Example

White with #72BDA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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