Html Css Color HEX #7CB2B3 Neptune

📋 copy color: '#7CB2B3'

red 124 ◦ green 178 ◦ blue 179

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

Shades of Neptune #7CB2B3

Tints of Neptune #7CB2B3

RGB

 RED value IS 124 (48.83% from 255) = 25.78%

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

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

R = 25.78%
G = 37.01%
B = 37.21%

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

#7CB2B3 (or 0x7CB2B3) is known color: Neptune. HEX triplet: 7C, B2 and B3. RGB value is (124,178,179). Sum of RGB (Red+Green+Blue) = 124+178+179=481 (63% of max value = 765). Red value is 124 (48.83% from 255 or 25.78% from 481); Green value is 178 (69.92% from 255 or 37.01% from 481); Blue value is 179 (70.31% from 255 or 37.21% from 481); Max value from RGB is 179 - color contains mainly: blue. Hex color #7CB2B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CB2B3 is #834D4C. Grayscale: #A1A1A1. Windows color (decimal): -8605005 or 11776636. OLE color: 11776636.

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

Color convert

RGB 124 178 179 -
CMYK 0.31 0.01 0 0.30
HSL 181.09º 0.27% 0.59% -
HSV(B) 181.09º 0.31% 0.7% -
XYZ 32.37 39.38 48.54 -
YUV 161.97 137.61 100.92 -
System Red Green Blue C M Y K H S L
Decimal 124 178 179 0.31 0.01 0 0.30 181.09 0.27 0.59
Hex 7C B2 B3 1F 1 0 1E B5 1B 3B
Octal 174 262 263 37 1 0 36 265 33 73
Binary 1111100 10110010 10110011 11111 1 0 11110 10110101 11011 111011

Color Harmonies of #7CB2B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB2B3

Black with #7CB2B3

Text Example


Text Example

White with #7CB2B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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