#74B6B6

Color #74B6B6 Neptune (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neptune #74B6B6

Tints of Neptune #74B6B6

Color information

#74B6B6 (or 0x74B6B6) is unknown color: approx Neptune. HEX triplet: 74, B6 and B6. RGB value is (116,182,182). Sum of RGB (Red+Green+Blue) = 116+182+182=480 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.17% from 480); Green value is 182 (71.48% from 255 or 37.92% from 480); Blue value is 182 (71.48% from 255 or 37.92% from 480); Max value from RGB is 182 - color contains mainly: green, blue. Hex color #74B6B6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74B6B6 is #8B4949. Grayscale: #A2A2A2. Windows color (decimal): -9128266 or 11974260. OLE color: 11974260.

HSL color Cylindrical-coordinate representation of color #74B6B6: hue angle of 180º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #74B6B6 is Cyan = 0.36, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB116182182-
CMYK0.36000.29
HSL180º31.13%58.43%-
HSV(B)180º36.26%71.37%-
XYZ32.3740.5550.38-
YUV162.27139.1395-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.17%
GREEN value IS 182 (71.48% from 255) = 37.92%
BLUE value IS 182 (71.48% from 255) = 37.92%
R=24.17%
G=37.92%
B=37.92%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1161821820.36000.2918031.1358.43
Hex74B6B624001Db41f3a
Octal1642662664400352643772
Binary1110100101101101011011010010000111011011010011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B6B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74B6B6; }

 p { color: rgb(116,182,182); }

 H1.HeaderClassName
 {
   color: #74B6B6;
 }
 .AnyTagClassName
 {
   color: #74B6B6;
 }
</style>
background-color css

<style>
 a { background-color: #74B6B6; }

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

 div.DivClassName
 {
   background-color: #74B6B6;
 }
 .BgClassName
 {
   background-color: #74B6B6;
 }
</style>
border-color css

<style>
 span { border-color: #74B6B6; }

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

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