Html Css Color HEX #7BB5A3 Gulf Stream

📋 copy color: '#7BB5A3'

red 123 ◦ green 181 ◦ blue 163

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

Shades of Gulf Stream #7BB5A3

Tints of Gulf Stream #7BB5A3

RGB

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

 GREEN value IS 181 (71.09% from 255) = 38.76%

 BLUE value IS 163 (64.06% from 255) = 34.9%

R = 26.34%
G = 38.76%
B = 34.9%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.10

 K value IS 0.29

RGB Variations

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

Color information

#7BB5A3 (or 0x7BB5A3) is known color: Gulf Stream. HEX triplet: 7B, B5 and A3. RGB value is (123,181,163). Sum of RGB (Red+Green+Blue) = 123+181+163=467 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.34% from 467); Green value is 181 (71.09% from 255 or 38.76% from 467); Blue value is 163 (64.06% from 255 or 34.90% from 467); Max value from RGB is 181 - color contains mainly: green. Hex color #7BB5A3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BB5A3 is #844A5C. Grayscale: #A1A1A1. Windows color (decimal): -8669789 or 10728827. OLE color: 10728827.

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

Color convert

RGB 123 181 163 -
CMYK 0.32 0 0.10 0.29
HSL 161.38º 0.28% 0.6% -
HSV(B) 161.38º 0.32% 0.71% -
XYZ 31.3 39.9 40.7 -
YUV 161.61 128.78 100.46 -
System Red Green Blue C M Y K H S L
Decimal 123 181 163 0.32 0 0.10 0.29 161.38 0.28 0.6
Hex 7B B5 A3 20 0 A 1D A1 1C 3C
Octal 173 265 243 40 0 12 35 241 34 74
Binary 1111011 10110101 10100011 100000 0 1010 11101 10100001 11100 111100

Color Harmonies of #7BB5A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BB5A3

Black with #7BB5A3

Text Example


Text Example

White with #7BB5A3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,181,163); }

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

background-color css

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

 a { background-color: rgb(123,181,163); }

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

border-color css

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

 span { border-color: rgb(123,181,163); }

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