Html Css Color HEX #0CB694 Persian Green

📋 copy color: '#0CB694'

red 12 ◦ green 182 ◦ blue 148

#0CB694
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Green #0CB694

Tints of Persian Green #0CB694

RGB

 RED value IS 12 (5.08% from 255) = 3.51%

 GREEN value IS 182 (71.48% from 255) = 53.22%

 BLUE value IS 148 (58.2% from 255) = 43.27%

R = 3.51%
G = 53.22%
B = 43.27%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#0CB694 (or 0x0CB694) is known color: Persian Green. HEX triplet: 0C, B6 and 94. RGB value is (12,182,148). Sum of RGB (Red+Green+Blue) = 12+182+148=342 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.51% from 342); Green value is 182 (71.48% from 255 or 53.22% from 342); Blue value is 148 (58.20% from 255 or 43.27% from 342); Max value from RGB is 182 - color contains mainly: green. Hex color #0CB694 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CB694 is #F3496B. Grayscale: #7F7F7F. Windows color (decimal): -15944044 or 9745932. OLE color: 9745932.

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

Color convert

RGB 12 182 148 -
CMYK 0.93 0 0.19 0.29
HSL 168º 0.88% 0.38% -
HSV(B) 168º 0.93% 0.71% -
XYZ 22.22 35.67 33.73 -
YUV 127.29 139.68 45.76 -
System Red Green Blue C M Y K H S L
Decimal 12 182 148 0.93 0 0.19 0.29 168 0.88 0.38
Hex C B6 94 5D 0 13 1D A8 58 26
Octal 14 266 224 135 0 23 35 250 130 46
Binary 1100 10110110 10010100 1011101 0 10011 11101 10101000 1011000 100110

Color Harmonies of #0CB694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB694

Black with #0CB694

Text Example


Text Example

White with #0CB694

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0CB694;
 }
 .AnyTagClassName
 {
   color: #0CB694;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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