Html Css Color HEX #78B4B3 Neptune

📋 copy color: '#78B4B3'

red 120 ◦ green 180 ◦ blue 179

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

Shades of Neptune #78B4B3

Tints of Neptune #78B4B3

RGB

 RED value IS 120 (47.27% from 255) = 25.05%

 GREEN value IS 180 (70.7% from 255) = 37.58%

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

R = 25.05%
G = 37.58%
B = 37.37%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#78B4B3 (or 0x78B4B3) is known color: Neptune. HEX triplet: 78, B4 and B3. RGB value is (120,180,179). Sum of RGB (Red+Green+Blue) = 120+180+179=479 (63% of max value = 765). Red value is 120 (47.27% from 255 or 25.05% from 479); Green value is 180 (70.70% from 255 or 37.58% from 479); Blue value is 179 (70.31% from 255 or 37.37% from 479); Max value from RGB is 180 - color contains mainly: green. Hex color #78B4B3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78B4B3 is #874B4C. Grayscale: #A1A1A1. Windows color (decimal): -8866637 or 11777144. OLE color: 11777144.

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

Color convert

RGB 120 180 179 -
CMYK 0.33 0 0.01 0.29
HSL 179º 0.29% 0.59% -
HSV(B) 179º 0.33% 0.71% -
XYZ 32.2 39.89 48.65 -
YUV 161.95 137.62 98.08 -
System Red Green Blue C M Y K H S L
Decimal 120 180 179 0.33 0 0.01 0.29 179 0.29 0.59
Hex 78 B4 B3 21 0 1 1D B3 1D 3B
Octal 170 264 263 41 0 1 35 263 35 73
Binary 1111000 10110100 10110011 100001 0 1 11101 10110011 11101 111011

Color Harmonies of #78B4B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78B4B3

Black with #78B4B3

Text Example


Text Example

White with #78B4B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78B4B3; }

 p { color: rgb(120,180,179); }

 H1.HeaderClassName
 {
   color: #78B4B3;
 }
 .AnyTagClassName
 {
   color: #78B4B3;
 }
</style>

background-color css

<style>
 a { background-color: #78B4B3; }

 a { background-color: rgb(120,180,179); }

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

border-color css

<style>
 span { border-color: #78B4B3; }

 span { border-color: rgb(120,180,179); }

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