#0CA69B

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

Shades of Persian Green #0CA69B

Tints of Persian Green #0CA69B

Color information

#0CA69B (or 0x0CA69B) is unknown color: approx Persian Green. HEX triplet: 0C, A6 and 9B. RGB value is (12,166,155). Sum of RGB (Red+Green+Blue) = 12+166+155=333 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.60% from 333); Green value is 166 (65.23% from 255 or 49.85% from 333); Blue value is 155 (60.94% from 255 or 46.55% from 333); Max value from RGB is 166 - color contains mainly: green. Hex color #0CA69B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CA69B is #F35964. Grayscale: #767676. Windows color (decimal): -15948133 or 10200588. OLE color: 10200588.

HSL color Cylindrical-coordinate representation of color #0CA69B: hue angle of 175.71º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CA69B is Cyan = 0.93, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB12166155-
CMYK0.9300.070.35
HSL175.71º86.52%34.9%-
HSV(B)175.71º92.77%65.1%-
XYZ19.729.7235.71-
YUV118.7148.4851.89-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.60%
GREEN value IS 166 (65.23% from 255) = 49.85%
BLUE value IS 155 (60.94% from 255) = 46.55%
R=3.60%
G=49.85%
B=46.55%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal121661550.9300.070.35175.7186.5234.9
HexCA69B5D0723b05723
Octal14246233135074326012743
Binary1100101001101001101110111010111100011101100001010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CA69B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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