Html Css Color HEX #7BB2B3 Neptune

📋 copy color: '#7BB2B3'

red 123 ◦ green 178 ◦ blue 179

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

Shades of Neptune #7BB2B3

Tints of Neptune #7BB2B3

RGB

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

 GREEN value IS 178 (69.92% from 255) = 37.08%

 BLUE value IS 179 (70.31% from 255) = 37.29%

R = 25.63%
G = 37.08%
B = 37.29%

CMYK

 C value IS 0.31

 M value IS 0.01

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#7BB2B3 (or 0x7BB2B3) is known color: Neptune. HEX triplet: 7B, B2 and B3. RGB value is (123,178,179). Sum of RGB (Red+Green+Blue) = 123+178+179=480 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.62% from 480); Green value is 178 (69.92% from 255 or 37.08% from 480); Blue value is 179 (70.31% from 255 or 37.29% from 480); Max value from RGB is 179 - color contains mainly: blue. Hex color #7BB2B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BB2B3 is #844D4C. Grayscale: #A1A1A1. Windows color (decimal): -8670541 or 11776635. OLE color: 11776635.

HSL color Cylindrical-coordinate representation of color #7BB2B3: hue angle of 181.07º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7BB2B3 is Cyan = 0.31, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 123 178 179 -
CMYK 0.31 0.01 0 0.30
HSL 181.07º 0.27% 0.59% -
HSV(B) 181.07º 0.31% 0.7% -
XYZ 32.23 39.31 48.54 -
YUV 161.67 137.78 100.42 -
System Red Green Blue C M Y K H S L
Decimal 123 178 179 0.31 0.01 0 0.30 181.07 0.27 0.59
Hex 7B B2 B3 1F 1 0 1E B5 1B 3B
Octal 173 262 263 37 1 0 36 265 33 73
Binary 1111011 10110010 10110011 11111 1 0 11110 10110101 11011 111011

Color Harmonies of #7BB2B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BB2B3

Black with #7BB2B3

Text Example


Text Example

White with #7BB2B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,178,179); }

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

background-color css

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

 a { background-color: rgb(123,178,179); }

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

border-color css

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

 span { border-color: rgb(123,178,179); }

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