#0caf8f

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

Shades of Persian Green #0CAF8F

Tints of Persian Green #0CAF8F

Color information

#0CAF8F (or 0x0CAF8F) is unknown color: approx Persian Green. HEX triplet: 0C, AF and 8F. RGB value is (12,175,143). Sum of RGB (Red+Green+Blue) = 12+175+143=330 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.64% from 330); Green value is 175 (68.75% from 255 or 53.03% from 330); Blue value is 143 (56.25% from 255 or 43.33% from 330); Max value from RGB is 175 - color contains mainly: green. Hex color #0CAF8F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CAF8F is #F35070. Grayscale: #7A7A7A. Windows color (decimal): -15945841 or 9416460. OLE color: 9416460.

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

Color convert

RGB12175143-
CMYK0.9300.180.31
HSL168.22º87.17%36.67%-
HSV(B)168.22º93.14%68.63%-
XYZ20.4432.7231.23-
YUV122.61139.549.1-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.64%
GREEN value IS 175 (68.75% from 255) = 53.03%
BLUE value IS 143 (56.25% from 255) = 43.33%
R=3.64%
G=53.03%
B=43.33%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal121751430.9300.180.31168.2287.1736.67
HexCAF8F5D0121Fa85725
Octal142572171350223725012745
Binary11001010111110001111101110101001011111101010001010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0caf8f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,175,143); }

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

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

 a { background-color: rgb(12,175,143); }

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

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

 span { border-color: rgb(12,175,143); }

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