Html Css Color HEX #7DB9AF Gulf Stream

📋 copy color: '#7DB9AF'

red 125 ◦ green 185 ◦ blue 175

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

Shades of Gulf Stream #7DB9AF

Tints of Gulf Stream #7DB9AF

RGB

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

 GREEN value IS 185 (72.66% from 255) = 38.14%

 BLUE value IS 175 (68.75% from 255) = 36.08%

R = 25.77%
G = 38.14%
B = 36.08%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#7DB9AF (or 0x7DB9AF) is known color: Gulf Stream. HEX triplet: 7D, B9 and AF. RGB value is (125,185,175). Sum of RGB (Red+Green+Blue) = 125+185+175=485 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.77% from 485); Green value is 185 (72.66% from 255 or 38.14% from 485); Blue value is 175 (68.75% from 255 or 36.08% from 485); Max value from RGB is 185 - color contains mainly: green. Hex color #7DB9AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DB9AF is #824650. Grayscale: #A5A5A5. Windows color (decimal): -8537681 or 11516285. OLE color: 11516285.

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

Color convert

RGB 125 185 175 -
CMYK 0.32 0 0.05 0.27
HSL 170º 0.3% 0.61% -
HSV(B) 170º 0.32% 0.73% -
XYZ 33.54 42.15 46.93 -
YUV 165.92 133.12 98.81 -
System Red Green Blue C M Y K H S L
Decimal 125 185 175 0.32 0 0.05 0.27 170 0.3 0.61
Hex 7D B9 AF 20 0 5 1B AA 1E 3D
Octal 175 271 257 40 0 5 33 252 36 75
Binary 1111101 10111001 10101111 100000 0 101 11011 10101010 11110 111101

Color Harmonies of #7DB9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB9AF

Black with #7DB9AF

Text Example


Text Example

White with #7DB9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,185,175); }

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

background-color css

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

 a { background-color: rgb(125,185,175); }

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

border-color css

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

 span { border-color: rgb(125,185,175); }

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