Html Css Color HEX #7DB7B6 Neptune

📋 copy color: '#7DB7B6'

red 125 ◦ green 183 ◦ blue 182

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

Shades of Neptune #7DB7B6

Tints of Neptune #7DB7B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 37.14%

R = 25.51%
G = 37.35%
B = 37.14%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.01

 K value IS 0.28

RGB Variations

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

Color information

#7DB7B6 (or 0x7DB7B6) is known color: Neptune. HEX triplet: 7D, B7 and B6. RGB value is (125,183,182). Sum of RGB (Red+Green+Blue) = 125+183+182=490 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.51% from 490); Green value is 183 (71.88% from 255 or 37.35% from 490); Blue value is 182 (71.48% from 255 or 37.14% from 490); Max value from RGB is 183 - color contains mainly: green. Hex color #7DB7B6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DB7B6 is #824849. Grayscale: #A5A5A5. Windows color (decimal): -8538186 or 11974525. OLE color: 11974525.

HSL color Cylindrical-coordinate representation of color #7DB7B6: hue angle of 178.97º 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 #7DB7B6 is Cyan = 0.32, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.28.

Color convert

RGB 125 183 182 -
CMYK 0.32 0 0.01 0.28
HSL 178.97º 0.29% 0.6% -
HSV(B) 178.97º 0.32% 0.72% -
XYZ 33.83 41.6 50.5 -
YUV 165.54 137.28 99.08 -
System Red Green Blue C M Y K H S L
Decimal 125 183 182 0.32 0 0.01 0.28 178.97 0.29 0.6
Hex 7D B7 B6 20 0 1 1C B3 1D 3C
Octal 175 267 266 40 0 1 34 263 35 74
Binary 1111101 10110111 10110110 100000 0 1 11100 10110011 11101 111100

Color Harmonies of #7DB7B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB7B6

Black with #7DB7B6

Text Example


Text Example

White with #7DB7B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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