Html Css Color HEX #7DB7A7 Gulf Stream

📋 copy color: '#7DB7A7'

red 125 ◦ green 183 ◦ blue 167

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

Shades of Gulf Stream #7DB7A7

Tints of Gulf Stream #7DB7A7

RGB

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

 GREEN value IS 183 (71.88% from 255) = 38.53%

 BLUE value IS 167 (65.63% from 255) = 35.16%

R = 26.32%
G = 38.53%
B = 35.16%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.09

 K value IS 0.28

RGB Variations

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

Color information

#7DB7A7 (or 0x7DB7A7) is known color: Gulf Stream. HEX triplet: 7D, B7 and A7. RGB value is (125,183,167). Sum of RGB (Red+Green+Blue) = 125+183+167=475 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.32% from 475); Green value is 183 (71.88% from 255 or 38.53% from 475); Blue value is 167 (65.62% from 255 or 35.16% from 475); Max value from RGB is 183 - color contains mainly: green. Hex color #7DB7A7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DB7A7 is #824858. Grayscale: #A3A3A3. Windows color (decimal): -8538201 or 10991485. OLE color: 10991485.

HSL color Cylindrical-coordinate representation of color #7DB7A7: hue angle of 163.45º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7DB7A7 is Cyan = 0.32, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.28.

Color convert

RGB 125 183 167 -
CMYK 0.32 0 0.09 0.28
HSL 163.45º 0.29% 0.6% -
HSV(B) 163.45º 0.32% 0.72% -
XYZ 32.37 41.02 42.77 -
YUV 163.83 129.78 100.3 -
System Red Green Blue C M Y K H S L
Decimal 125 183 167 0.32 0 0.09 0.28 163.45 0.29 0.6
Hex 7D B7 A7 20 0 9 1C A3 1D 3C
Octal 175 267 247 40 0 11 34 243 35 74
Binary 1111101 10110111 10100111 100000 0 1001 11100 10100011 11101 111100

Color Harmonies of #7DB7A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB7A7

Black with #7DB7A7

Text Example


Text Example

White with #7DB7A7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,183,167); }

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

background-color css

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

 a { background-color: rgb(125,183,167); }

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

border-color css

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

 span { border-color: rgb(125,183,167); }

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