Html Css Color HEX #7DBAAA Gulf Stream

📋 copy color: '#7DBAAA'

red 125 ◦ green 186 ◦ blue 170

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

Shades of Gulf Stream #7DBAAA

Tints of Gulf Stream #7DBAAA

RGB

 RED value IS 125 (49.22% from 255) = 25.99%

 GREEN value IS 186 (73.05% from 255) = 38.67%

 BLUE value IS 170 (66.8% from 255) = 35.34%

R = 25.99%
G = 38.67%
B = 35.34%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#7DBAAA (or 0x7DBAAA) is known color: Gulf Stream. HEX triplet: 7D, BA and AA. RGB value is (125,186,170). Sum of RGB (Red+Green+Blue) = 125+186+170=481 (63% of max value = 765). Red value is 125 (49.22% from 255 or 25.99% from 481); Green value is 186 (73.05% from 255 or 38.67% from 481); Blue value is 170 (66.80% from 255 or 35.34% from 481); Max value from RGB is 186 - color contains mainly: green. Hex color #7DBAAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DBAAA is #824555. Grayscale: #A5A5A5. Windows color (decimal): -8537430 or 11188861. OLE color: 11188861.

HSL color Cylindrical-coordinate representation of color #7DBAAA: hue angle of 164.26º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7DBAAA is Cyan = 0.33, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB 125 186 170 -
CMYK 0.33 0 0.09 0.27
HSL 164.26º 0.31% 0.61% -
HSV(B) 164.26º 0.33% 0.73% -
XYZ 33.27 42.38 44.46 -
YUV 165.94 130.29 98.8 -
System Red Green Blue C M Y K H S L
Decimal 125 186 170 0.33 0 0.09 0.27 164.26 0.31 0.61
Hex 7D BA AA 21 0 9 1B A4 1F 3D
Octal 175 272 252 41 0 11 33 244 37 75
Binary 1111101 10111010 10101010 100001 0 1001 11011 10100100 11111 111101

Color Harmonies of #7DBAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBAAA

Black with #7DBAAA

Text Example


Text Example

White with #7DBAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,186,170); }

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

background-color css

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

 a { background-color: rgb(125,186,170); }

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

border-color css

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

 span { border-color: rgb(125,186,170); }

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