Html Css Color HEX #7DBAA8 Gulf Stream

📋 copy color: '#7DBAA8'

red 125 ◦ green 186 ◦ blue 168

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

Shades of Gulf Stream #7DBAA8

Tints of Gulf Stream #7DBAA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 35.07%

R = 26.1%
G = 38.83%
B = 35.07%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#7DBAA8 (or 0x7DBAA8) is known color: Gulf Stream. HEX triplet: 7D, BA and A8. RGB value is (125,186,168). Sum of RGB (Red+Green+Blue) = 125+186+168=479 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.10% from 479); Green value is 186 (73.05% from 255 or 38.83% from 479); Blue value is 168 (66.02% from 255 or 35.07% from 479); Max value from RGB is 186 - color contains mainly: green. Hex color #7DBAA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DBAA8 is #824557. Grayscale: #A5A5A5. Windows color (decimal): -8537432 or 11057789. OLE color: 11057789.

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

Color convert

RGB 125 186 168 -
CMYK 0.33 0 0.10 0.27
HSL 162.3º 0.31% 0.61% -
HSV(B) 162.3º 0.33% 0.73% -
XYZ 33.08 42.3 43.47 -
YUV 165.71 129.29 98.96 -
System Red Green Blue C M Y K H S L
Decimal 125 186 168 0.33 0 0.10 0.27 162.3 0.31 0.61
Hex 7D BA A8 21 0 A 1B A2 1F 3D
Octal 175 272 250 41 0 12 33 242 37 75
Binary 1111101 10111010 10101000 100001 0 1010 11011 10100010 11111 111101

Color Harmonies of #7DBAA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBAA8

Black with #7DBAA8

Text Example


Text Example

White with #7DBAA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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