#0CB69B

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

Shades of Persian Green #0CB69B

Tints of Persian Green #0CB69B

Color information

#0CB69B (or 0x0CB69B) is unknown color: approx Persian Green. HEX triplet: 0C, B6 and 9B. RGB value is (12,182,155). Sum of RGB (Red+Green+Blue) = 12+182+155=349 (46% of max value = 765). Red value is 12 (5.08% from 255 or 3.44% from 349); Green value is 182 (71.48% from 255 or 52.15% from 349); Blue value is 155 (60.94% from 255 or 44.41% from 349); Max value from RGB is 182 - color contains mainly: green. Hex color #0CB69B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CB69B is #F34964. Grayscale: #808080. Windows color (decimal): -15944037 or 10204684. OLE color: 10204684.

HSL color Cylindrical-coordinate representation of color #0CB69B: hue angle of 170.47º 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 #0CB69B is Cyan = 0.93, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB12182155-
CMYK0.9300.150.29
HSL170.47º87.63%38.04%-
HSV(B)170.47º93.41%71.37%-
XYZ22.835.936.74-
YUV128.09143.1845.2-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.44%
GREEN value IS 182 (71.48% from 255) = 52.15%
BLUE value IS 155 (60.94% from 255) = 44.41%
R=3.44%
G=52.15%
B=44.41%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal121821550.9300.150.29170.4787.6338.04
HexCB69B5D0F1Daa5826
Octal142662331350173525213046
Binary1100101101101001101110111010111111101101010101011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CB69B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,182,155); }

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

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

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

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

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

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

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