Html Css Color HEX #0CB89C Persian Green

📋 copy color: '#0CB89C'

red 12 ◦ green 184 ◦ blue 156

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

Shades of Persian Green #0CB89C

Tints of Persian Green #0CB89C

RGB

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

 GREEN value IS 184 (72.27% from 255) = 52.27%

 BLUE value IS 156 (61.33% from 255) = 44.32%

R = 3.41%
G = 52.27%
B = 44.32%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.15

 K value IS 0.28

RGB Variations

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

Color information

#0CB89C (or 0x0CB89C) is known color: Persian Green. HEX triplet: 0C, B8 and 9C. RGB value is (12,184,156). Sum of RGB (Red+Green+Blue) = 12+184+156=352 (46% of max value = 765). Red value is 12 (5.08% from 255 or 3.41% from 352); Green value is 184 (72.27% from 255 or 52.27% from 352); Blue value is 156 (61.33% from 255 or 44.32% from 352); Max value from RGB is 184 - color contains mainly: green. Hex color #0CB89C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CB89C is #F34763. Grayscale: #818181. Windows color (decimal): -15943524 or 10270732. OLE color: 10270732.

HSL color Cylindrical-coordinate representation of color #0CB89C: hue angle of 170.23º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CB89C is Cyan = 0.93, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.28.

Color convert

RGB 12 184 156 -
CMYK 0.93 0 0.15 0.28
HSL 170.23º 0.88% 0.38% -
HSV(B) 170.23º 0.93% 0.72% -
XYZ 23.29 36.76 37.32 -
YUV 129.38 143.02 44.28 -
System Red Green Blue C M Y K H S L
Decimal 12 184 156 0.93 0 0.15 0.28 170.23 0.88 0.38
Hex C B8 9C 5D 0 F 1C AA 58 26
Octal 14 270 234 135 0 17 34 252 130 46
Binary 1100 10111000 10011100 1011101 0 1111 11100 10101010 1011000 100110

Color Harmonies of #0CB89C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB89C

Black with #0CB89C

Text Example


Text Example

White with #0CB89C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,184,156); }

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

background-color css

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

 a { background-color: rgb(12,184,156); }

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

border-color css

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

 span { border-color: rgb(12,184,156); }

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