Html Css Color HEX #7DB5AD Gulf Stream

📋 copy color: '#7DB5AD'

red 125 ◦ green 181 ◦ blue 173

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

Shades of Gulf Stream #7DB5AD

Tints of Gulf Stream #7DB5AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 36.12%

R = 26.1%
G = 37.79%
B = 36.12%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#7DB5AD (or 0x7DB5AD) is known color: Gulf Stream. HEX triplet: 7D, B5 and AD. RGB value is (125,181,173). Sum of RGB (Red+Green+Blue) = 125+181+173=479 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.10% from 479); Green value is 181 (71.09% from 255 or 37.79% from 479); Blue value is 173 (67.97% from 255 or 36.12% from 479); Max value from RGB is 181 - color contains mainly: green. Hex color #7DB5AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DB5AD is #824A52. Grayscale: #A3A3A3. Windows color (decimal): -8538707 or 11384189. OLE color: 11384189.

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

Color convert

RGB 125 181 173 -
CMYK 0.31 0 0.04 0.29
HSL 171.43º 0.27% 0.6% -
HSV(B) 171.43º 0.31% 0.71% -
XYZ 32.52 40.42 45.62 -
YUV 163.34 133.45 100.65 -
System Red Green Blue C M Y K H S L
Decimal 125 181 173 0.31 0 0.04 0.29 171.43 0.27 0.6
Hex 7D B5 AD 1F 0 4 1D AB 1B 3C
Octal 175 265 255 37 0 4 35 253 33 74
Binary 1111101 10110101 10101101 11111 0 100 11101 10101011 11011 111100

Color Harmonies of #7DB5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB5AD

Black with #7DB5AD

Text Example


Text Example

White with #7DB5AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,181,173); }

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

background-color css

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

 a { background-color: rgb(125,181,173); }

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

border-color css

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

 span { border-color: rgb(125,181,173); }

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