Html Css Color HEX #0CB097 Persian Green

📋 copy color: '#0CB097'

red 12 ◦ green 176 ◦ blue 151

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

Shades of Persian Green #0CB097

Tints of Persian Green #0CB097

RGB

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

 GREEN value IS 176 (69.14% from 255) = 51.92%

 BLUE value IS 151 (59.38% from 255) = 44.54%

R = 3.54%
G = 51.92%
B = 44.54%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#0CB097 (or 0x0CB097) is known color: Persian Green. HEX triplet: 0C, B0 and 97. RGB value is (12,176,151). Sum of RGB (Red+Green+Blue) = 12+176+151=339 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.54% from 339); Green value is 176 (69.14% from 255 or 51.92% from 339); Blue value is 151 (59.38% from 255 or 44.54% from 339); Max value from RGB is 176 - color contains mainly: green. Hex color #0CB097 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CB097 is #F34F68. Grayscale: #7C7C7C. Windows color (decimal): -15945577 or 9941004. OLE color: 9941004.

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

Color convert

RGB 12 176 151 -
CMYK 0.93 0 0.14 0.31
HSL 170.85º 0.87% 0.37% -
HSV(B) 170.85º 0.93% 0.69% -
XYZ 21.26 33.36 34.6 -
YUV 124.11 143.17 48.03 -
System Red Green Blue C M Y K H S L
Decimal 12 176 151 0.93 0 0.14 0.31 170.85 0.87 0.37
Hex C B0 97 5D 0 E 1F AB 57 25
Octal 14 260 227 135 0 16 37 253 127 45
Binary 1100 10110000 10010111 1011101 0 1110 11111 10101011 1010111 100101

Color Harmonies of #0CB097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB097

Black with #0CB097

Text Example


Text Example

White with #0CB097

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,176,151); }

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

background-color css

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

 a { background-color: rgb(12,176,151); }

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

border-color css

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

 span { border-color: rgb(12,176,151); }

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