Html Css Color HEX #7BB6B5 Neptune

📋 copy color: '#7BB6B5'

red 123 ◦ green 182 ◦ blue 181

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

Shades of Neptune #7BB6B5

Tints of Neptune #7BB6B5

RGB

 RED value IS 123 (48.44% from 255) = 25.31%

 GREEN value IS 182 (71.48% from 255) = 37.45%

 BLUE value IS 181 (71.09% from 255) = 37.24%

R = 25.31%
G = 37.45%
B = 37.24%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#7BB6B5 (or 0x7BB6B5) is known color: Neptune. HEX triplet: 7B, B6 and B5. RGB value is (123,182,181). Sum of RGB (Red+Green+Blue) = 123+182+181=486 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.31% from 486); Green value is 182 (71.48% from 255 or 37.45% from 486); Blue value is 181 (71.09% from 255 or 37.24% from 486); Max value from RGB is 182 - color contains mainly: green. Hex color #7BB6B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BB6B5 is #84494A. Grayscale: #A4A4A4. Windows color (decimal): -8669515 or 11908731. OLE color: 11908731.

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

Color convert

RGB 123 182 181 -
CMYK 0.32 0 0.01 0.29
HSL 178.98º 0.29% 0.6% -
HSV(B) 178.98º 0.32% 0.71% -
XYZ 33.24 41 49.88 -
YUV 164.25 137.45 98.58 -
System Red Green Blue C M Y K H S L
Decimal 123 182 181 0.32 0 0.01 0.29 178.98 0.29 0.6
Hex 7B B6 B5 20 0 1 1D B3 1D 3C
Octal 173 266 265 40 0 1 35 263 35 74
Binary 1111011 10110110 10110101 100000 0 1 11101 10110011 11101 111100

Color Harmonies of #7BB6B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BB6B5

Black with #7BB6B5

Text Example


Text Example

White with #7BB6B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,182,181); }

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

background-color css

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

 a { background-color: rgb(123,182,181); }

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

border-color css

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

 span { border-color: rgb(123,182,181); }

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