Html Css Color HEX #72BBB4 Gulf Stream

📋 copy color: '#72BBB4'

red 114 ◦ green 187 ◦ blue 180

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

Shades of Gulf Stream #72BBB4

Tints of Gulf Stream #72BBB4

RGB

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

 GREEN value IS 187 (73.44% from 255) = 38.88%

 BLUE value IS 180 (70.7% from 255) = 37.42%

R = 23.7%
G = 38.88%
B = 37.42%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#72BBB4 (or 0x72BBB4) is known color: Gulf Stream. HEX triplet: 72, BB and B4. RGB value is (114,187,180). Sum of RGB (Red+Green+Blue) = 114+187+180=481 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.70% from 481); Green value is 187 (73.44% from 255 or 38.88% from 481); Blue value is 180 (70.70% from 255 or 37.42% from 481); Max value from RGB is 187 - color contains mainly: green. Hex color #72BBB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72BBB4 is #8D444B. Grayscale: #A4A4A4. Windows color (decimal): -9258060 or 11844466. OLE color: 11844466.

HSL color Cylindrical-coordinate representation of color #72BBB4: hue angle of 174.25º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #72BBB4 is Cyan = 0.39, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB 114 187 180 -
CMYK 0.39 0 0.04 0.27
HSL 174.25º 0.35% 0.59% -
HSV(B) 174.25º 0.39% 0.73% -
XYZ 32.95 42.41 49.63 -
YUV 164.38 136.82 92.07 -
System Red Green Blue C M Y K H S L
Decimal 114 187 180 0.39 0 0.04 0.27 174.25 0.35 0.59
Hex 72 BB B4 27 0 4 1B AE 23 3B
Octal 162 273 264 47 0 4 33 256 43 73
Binary 1110010 10111011 10110100 100111 0 100 11011 10101110 100011 111011

Color Harmonies of #72BBB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72BBB4

Black with #72BBB4

Text Example


Text Example

White with #72BBB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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