#0CB29E

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

Shades of Persian Green #0CB29E

Tints of Persian Green #0CB29E

Color information

#0CB29E (or 0x0CB29E) is unknown color: approx Persian Green. HEX triplet: 0C, B2 and 9E. RGB value is (12,178,158). Sum of RGB (Red+Green+Blue) = 12+178+158=348 (46% of max value = 765). Red value is 12 (5.08% from 255 or 3.45% from 348); Green value is 178 (69.92% from 255 or 51.15% from 348); Blue value is 158 (62.11% from 255 or 45.40% from 348); Max value from RGB is 178 - color contains mainly: green. Hex color #0CB29E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CB29E is #F34D61. Grayscale: #7D7D7D. Windows color (decimal): -15945058 or 10400268. OLE color: 10400268.

HSL color Cylindrical-coordinate representation of color #0CB29E: hue angle of 172.77º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CB29E is Cyan = 0.93, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.30.

Color convert

RGB12178158-
CMYK0.9300.110.30
HSL172.77º87.37%37.25%-
HSV(B)172.77º93.26%69.8%-
XYZ22.2434.3937.81-
YUV126.0914646.63-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.45%
GREEN value IS 178 (69.92% from 255) = 51.15%
BLUE value IS 158 (62.11% from 255) = 45.40%
R=3.45%
G=51.15%
B=45.40%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal121781580.9300.110.30172.7787.3737.25
HexCB29E5D0B1Ead5725
Octal142622361350133625512745
Binary1100101100101001111010111010101111110101011011010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CB29E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,178,158); }

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

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

 a { background-color: rgb(12,178,158); }

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

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

 span { border-color: rgb(12,178,158); }

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