Html Css Color HEX #7DBAAB Gulf Stream

📋 copy color: '#7DBAAB'

red 125 ◦ green 186 ◦ blue 171

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

Shades of Gulf Stream #7DBAAB

Tints of Gulf Stream #7DBAAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 35.48%

R = 25.93%
G = 38.59%
B = 35.48%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#7DBAAB (or 0x7DBAAB) is known color: Gulf Stream. HEX triplet: 7D, BA and AB. RGB value is (125,186,171). Sum of RGB (Red+Green+Blue) = 125+186+171=482 (63% of max value = 765). Red value is 125 (49.22% from 255 or 25.93% from 482); Green value is 186 (73.05% from 255 or 38.59% from 482); Blue value is 171 (67.19% from 255 or 35.48% from 482); Max value from RGB is 186 - color contains mainly: green. Hex color #7DBAAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DBAAB is #824554. Grayscale: #A6A6A6. Windows color (decimal): -8537429 or 11254397. OLE color: 11254397.

HSL color Cylindrical-coordinate representation of color #7DBAAB: hue angle of 165.25º 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 #7DBAAB is Cyan = 0.33, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 125 186 171 -
CMYK 0.33 0 0.08 0.27
HSL 165.25º 0.31% 0.61% -
HSV(B) 165.25º 0.33% 0.73% -
XYZ 33.37 42.42 44.96 -
YUV 166.05 130.79 98.72 -
System Red Green Blue C M Y K H S L
Decimal 125 186 171 0.33 0 0.08 0.27 165.25 0.31 0.61
Hex 7D BA AB 21 0 8 1B A5 1F 3D
Octal 175 272 253 41 0 10 33 245 37 75
Binary 1111101 10111010 10101011 100001 0 1000 11011 10100101 11111 111101

Color Harmonies of #7DBAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBAAB

Black with #7DBAAB

Text Example


Text Example

White with #7DBAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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