#0CB494

Color #0CB494 Persian Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Green #0CB494

Tints of Persian Green #0CB494

Color information

#0CB494 (or 0x0CB494) is unknown color: approx Persian Green. HEX triplet: 0C, B4 and 94. RGB value is (12,180,148). Sum of RGB (Red+Green+Blue) = 12+180+148=340 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.53% from 340); Green value is 180 (70.70% from 255 or 52.94% from 340); Blue value is 148 (58.20% from 255 or 43.53% from 340); Max value from RGB is 180 - color contains mainly: green. Hex color #0CB494 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CB494 is #F34B6B. Grayscale: #7E7E7E. Windows color (decimal): -15944556 or 9745420. OLE color: 9745420.

HSL color Cylindrical-coordinate representation of color #0CB494: hue angle of 168.57º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CB494 is Cyan = 0.93, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB12180148-
CMYK0.9300.180.29
HSL168.57º87.5%37.65%-
HSV(B)168.57º93.33%70.59%-
XYZ21.8234.8633.6-
YUV126.12140.3446.6-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.53%
GREEN value IS 180 (70.70% from 255) = 52.94%
BLUE value IS 148 (58.20% from 255) = 43.53%
R=3.53%
G=52.94%
B=43.53%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal121801480.9300.180.29168.5787.537.65
HexCB4945D0121Da95826
Octal142642241350223525113046
Binary11001011010010010100101110101001011101101010011011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CB494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0CB494; }

 p { color: rgb(12,180,148); }

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

<style>
 a { background-color: #0CB494; }

 a { background-color: rgb(12,180,148); }

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

<style>
 span { border-color: #0CB494; }

 span { border-color: rgb(12,180,148); }

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