#2C6162

Color #2C6162 Oracle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oracle #2C6162

Tints of Oracle #2C6162

Color information

#2C6162 (or 0x2C6162) is unknown color: approx Oracle. HEX triplet: 2C, 61 and 62. RGB value is (44,97,98). Sum of RGB (Red+Green+Blue) = 44+97+98=239 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.41% from 239); Green value is 97 (38.28% from 255 or 40.59% from 239); Blue value is 98 (38.67% from 255 or 41.00% from 239); Max value from RGB is 98 - color contains mainly: blue. Hex color #2C6162 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C6162 is #D39E9D. Grayscale: #515151. Windows color (decimal): -13868702 or 6447404. OLE color: 6447404.

HSL color Cylindrical-coordinate representation of color #2C6162: hue angle of 181.11º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2C6162 is Cyan = 0.55, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB449798-
CMYK0.550.0100.62
HSL181.11º38.03%27.84%-
HSV(B)181.11º55.1%38.43%-
XYZ7.529.9713.08-
YUV81.27137.44101.42-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 18.41%
GREEN value IS 97 (38.28% from 255) = 40.59%
BLUE value IS 98 (38.67% from 255) = 41.00%
R=18.41%
G=40.59%
B=41.00%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4497980.550.0100.62181.1138.0327.84
Hex2C616237103Eb5261c
Octal541411426710762654634
Binary10110011000011100010110111101111101011010110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C6162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2C6162; }

 p { color: rgb(44,97,98); }

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

<style>
 a { background-color: #2C6162; }

 a { background-color: rgb(44,97,98); }

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

<style>
 span { border-color: #2C6162; }

 span { border-color: rgb(44,97,98); }

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