Html Css Color HEX #7BB4A4 Gulf Stream

📋 copy color: '#7BB4A4'

red 123 ◦ green 180 ◦ blue 164

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

Shades of Gulf Stream #7BB4A4

Tints of Gulf Stream #7BB4A4

RGB

 RED value IS 123 (48.44% from 255) = 26.34%

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

 BLUE value IS 164 (64.45% from 255) = 35.12%

R = 26.34%
G = 38.54%
B = 35.12%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.09

 K value IS 0.29

RGB Variations

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

Color information

#7BB4A4 (or 0x7BB4A4) is known color: Gulf Stream. HEX triplet: 7B, B4 and A4. RGB value is (123,180,164). Sum of RGB (Red+Green+Blue) = 123+180+164=467 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.34% from 467); Green value is 180 (70.70% from 255 or 38.54% from 467); Blue value is 164 (64.45% from 255 or 35.12% from 467); Max value from RGB is 180 - color contains mainly: green. Hex color #7BB4A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BB4A4 is #844B5B. Grayscale: #A1A1A1. Windows color (decimal): -8670044 or 10794107. OLE color: 10794107.

HSL color Cylindrical-coordinate representation of color #7BB4A4: hue angle of 163.16º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7BB4A4 is Cyan = 0.32, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB 123 180 164 -
CMYK 0.32 0 0.09 0.29
HSL 163.16º 0.28% 0.59% -
HSV(B) 163.16º 0.32% 0.71% -
XYZ 31.19 39.53 41.11 -
YUV 161.13 129.62 100.8 -
System Red Green Blue C M Y K H S L
Decimal 123 180 164 0.32 0 0.09 0.29 163.16 0.28 0.59
Hex 7B B4 A4 20 0 9 1D A3 1C 3B
Octal 173 264 244 40 0 11 35 243 34 73
Binary 1111011 10110100 10100100 100000 0 1001 11101 10100011 11100 111011

Color Harmonies of #7BB4A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BB4A4

Black with #7BB4A4

Text Example


Text Example

White with #7BB4A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7BB4A4; }

 p { color: rgb(123,180,164); }

 H1.HeaderClassName
 {
   color: #7BB4A4;
 }
 .AnyTagClassName
 {
   color: #7BB4A4;
 }
</style>

background-color css

<style>
 a { background-color: #7BB4A4; }

 a { background-color: rgb(123,180,164); }

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

border-color css

<style>
 span { border-color: #7BB4A4; }

 span { border-color: rgb(123,180,164); }

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