Html Css Color HEX #0CB693 Persian Green

📋 copy color: '#0CB693'

red 12 ◦ green 182 ◦ blue 147

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

Shades of Persian Green #0CB693

Tints of Persian Green #0CB693

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 43.11%

R = 3.52%
G = 53.37%
B = 43.11%

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

#0CB693 (or 0x0CB693) is known color: Persian Green. HEX triplet: 0C, B6 and 93. RGB value is (12,182,147). Sum of RGB (Red+Green+Blue) = 12+182+147=341 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.52% from 341); Green value is 182 (71.48% from 255 or 53.37% from 341); Blue value is 147 (57.81% from 255 or 43.11% from 341); Max value from RGB is 182 - color contains mainly: green. Hex color #0CB693 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CB693 is #F3496C. Grayscale: #7F7F7F. Windows color (decimal): -15944045 or 9680396. OLE color: 9680396.

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

Color convert

RGB 12 182 147 -
CMYK 0.93 0 0.19 0.29
HSL 167.65º 0.88% 0.38% -
HSV(B) 167.65º 0.93% 0.71% -
XYZ 22.15 35.64 33.32 -
YUV 127.18 139.18 45.85 -
System Red Green Blue C M Y K H S L
Decimal 12 182 147 0.93 0 0.19 0.29 167.65 0.88 0.38
Hex C B6 93 5D 0 13 1D A8 58 26
Octal 14 266 223 135 0 23 35 250 130 46
Binary 1100 10110110 10010011 1011101 0 10011 11101 10101000 1011000 100110

Color Harmonies of #0CB693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB693

Black with #0CB693

Text Example


Text Example

White with #0CB693

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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