Html Css Color HEX #0CB197 Persian Green

📋 copy color: '#0CB197'

red 12 ◦ green 177 ◦ blue 151

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

Shades of Persian Green #0CB197

Tints of Persian Green #0CB197

RGB

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

 GREEN value IS 177 (69.53% from 255) = 52.06%

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

R = 3.53%
G = 52.06%
B = 44.41%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#0CB197 (or 0x0CB197) is known color: Persian Green. HEX triplet: 0C, B1 and 97. RGB value is (12,177,151). Sum of RGB (Red+Green+Blue) = 12+177+151=340 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.53% from 340); Green value is 177 (69.53% from 255 or 52.06% from 340); Blue value is 151 (59.38% from 255 or 44.41% from 340); Max value from RGB is 177 - color contains mainly: green. Hex color #0CB197 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CB197 is #F34E68. Grayscale: #7C7C7C. Windows color (decimal): -15945321 or 9941260. OLE color: 9941260.

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

Color convert

RGB 12 177 151 -
CMYK 0.93 0 0.15 0.31
HSL 170.55º 0.87% 0.37% -
HSV(B) 170.55º 0.93% 0.69% -
XYZ 21.46 33.76 34.66 -
YUV 124.7 142.84 47.61 -
System Red Green Blue C M Y K H S L
Decimal 12 177 151 0.93 0 0.15 0.31 170.55 0.87 0.37
Hex C B1 97 5D 0 F 1F AB 57 25
Octal 14 261 227 135 0 17 37 253 127 45
Binary 1100 10110001 10010111 1011101 0 1111 11111 10101011 1010111 100101

Color Harmonies of #0CB197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB197

Black with #0CB197

Text Example


Text Example

White with #0CB197

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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